-
-
Notifications
You must be signed in to change notification settings - Fork 773
[Bug]: Action Menu not working when popups are enabled (DNN 10.00.00-rc1 and -rc2) #6433
Copy link
Copy link
Closed
Closed
Copy link
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
When popups are enabled on the site level, the module action menu is not working anymore.
Steps to reproduce?
- Go to Site Settings :: Site Behaviour :: More and activate "Enable Popups".
- Go to a page with a module and click any option from the Action Menu that should open a popup (e.g. "Settings")
Current Behavior
Nothing seems to happen. There are no entries in the Admin Logs, but the browser Developer Console shows:
Uncaught ReferenceError: dnnModal is not defined
at <anonymous>:1:1
Expected Behavior
Popup should open.
Relevant log output
Developer Console:
Uncaught ReferenceError: dnnModal is not defined
at <anonymous>:1:1Anything else?
No response
Affected Versions
10.0.0 (RC)
What browsers are you seeing the problem on?
Microsoft Edge, Firefox, Chrome
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable