You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the filterView of user management the path to pikaday is absolute. This breaks grunt build (requireJS) if a plugin uses the shim name of the library directly.
In the filterView of user management the path to pikaday is absolute. This breaks grunt build (requireJS) if a plugin uses the shim name of the library directly.
https://github.com/adaptlearning/adapt_authoring/blob/master/frontend/src/modules/userManagement/views/filterView.js#L3
I think we should update this and use the library name instead of the full path as this is used for most libraries.
Versions
The text was updated successfully, but these errors were encountered: