Skip to content
Snippets Groups Projects
Commit f383032e authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'master' into 627-missing-permission-for-user-invitations

parents aa788dfa 39ff7b51
No related branches found
No related tags found
1 merge request!923Resolve "Missing permission for user invitations"
Pipeline #50949 canceled
......@@ -25,6 +25,7 @@ Fixed
* IO errors on accessing backup directory in health check are now properly reported
* Date picker was not properly initialized if field was already filled.
* Rule for user invitations was missing
* CleaveJS was not loaded properly when using an external CDN
`2.6`_ - 2022-01-10
-------------------
......
......@@ -582,7 +582,7 @@ ANY_JS = {
"Roboto700": {"css_url": JS_URL + "/@fontsource/roboto/700.css"},
"Roboto900": {"css_url": JS_URL + "/@fontsource/roboto/900.css"},
"Sentry": {"js_url": JS_URL + "/@sentry/tracing/build/bundle.tracing.js"},
"cleavejs": {"js_url": "cleave.js/dist/cleave.min.js"},
"cleavejs": {"js_url": JS_URL + "/cleave.js/dist/cleave.min.js"},
"luxon": {"js_url": JS_URL + "/luxon/build/global/luxon.min.js"},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment