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
Upon render a Resource page in the manager (modDocument), console is logging an error
Uncaught TypeError: undefined is not a function app.js?v=232pl:61
This points to this bit of code:
jQuery("#page_assets").sortable({
It doesn't seem to recognize the jquery-UI sortable component
There is no issue loading this in the CMP for it.
The error makes it so the modDocument buttons at the top do not render and there is no way to save the page.
MODx Revo 2.3.2, Asset Manager 1.1.0-pl
The text was updated successfully, but these errors were encountered:
Issue is a conflict with modmore Redactor. Uninstalling Redactor displays the buttons again (but the CSS is a little jacked for those buttons for some reason)
Upon render a Resource page in the manager (modDocument), console is logging an error
Uncaught TypeError: undefined is not a function app.js?v=232pl:61
This points to this bit of code:
jQuery("#page_assets").sortable({
It doesn't seem to recognize the jquery-UI sortable component
There is no issue loading this in the CMP for it.
The error makes it so the modDocument buttons at the top do not render and there is no way to save the page.
MODx Revo 2.3.2, Asset Manager 1.1.0-pl
The text was updated successfully, but these errors were encountered: