-
-
Notifications
You must be signed in to change notification settings - Fork 773
[Bug]: Cannot access module settings or move module using menu #5740
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
In the current develop branch only (not on 9.12.0 release) the settings and the move menu above modules is missing
Steps to reproduce?
- Build from develop branch
- Perform a clean install
- Attempt to access module settings for a given model
Current Behavior
Those menu items don't show.
Expected Behavior
They should show.
Relevant log output
jQuery.Deferred exception: $module.find(...).dnnHelperTip is not a function TypeError: $module.find(...).dnnHelperTip is not a function
at $.fn.dnnModuleDragDrop (http://dnndev.loc/resources/shared/scripts/dnn.dragDrop.js?cdv=44:115:46)
at HTMLDocument.<anonymous> (http://dnndev.loc/SomePage:542:28)
at e (http://dnndev.loc/Resources/libraries/jQuery/03_05_01/jquery.js?cdv=44:2:30005)
at t (http://dnndev.loc/Resources/libraries/jQuery/03_05_01/jquery.js?cdv=44:2:30307) undefinedUncaught TypeError: $module.find(...).dnnHelperTip is not a function
at $.fn.dnnModuleDragDrop (dnn.dragDrop.js?cdv=44:115:46)
at HTMLDocument.<anonymous> (Agreements:542:28)
at e (jquery.js?cdv=44:2:30005)
at t (jquery.js?cdv=44:2:30307)
Uncaught TypeError: $parent.find(...).dnnConfirm is not a function
at buildMenu (ModuleActions.js?cdv=44:224:70)
at $.fn.dnnModuleActions (ModuleActions.js?cdv=44:379:21)
at setUpActions (SomePage:304:57)
at Agreements:414:13
at dispatch (jquery.js?cdv=44:2:43090)
at v.handle (jquery.js?cdv=44:2:41074)
### Anything else?
_No response_
### Affected Versions
10.0.0 (alpha)
### What browsers are you seeing the problem on?
Chrome
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Reactions are currently unavailable