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
When you view the Edit Options page, there is a jQuery exception logged in the debugger console.
Software Versions
DNN: 09.01.01
Media Module: 05.00.00 (development branch)
To Reproduce
Steps to reproduce the behavior:
Clean instance of DNN 9.1.1
Create and install a new package from the development branch
Install the module
Add the module to a page
Open the Edit Options view using the actions menu.
Expected behavior
The page loads in the pop-up without exception.
Screenshots
If applicable, add screenshots to help explain your problem.
Error log
Note: Debug DLL's
Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log.
Paste the error log that is related to this issue.
Additional context
There is an exception logged in the debugged console, staging that .live() is not a function. This is likely just because jQuery needs to be loaded as a dependency now.
The text was updated successfully, but these errors were encountered:
Describe the bug
When you view the Edit Options page, there is a jQuery exception logged in the debugger console.
Software Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The page loads in the pop-up without exception.
Screenshots
If applicable, add screenshots to help explain your problem.
Error log
Note: Debug DLL's
Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log.
Paste the error log that is related to this issue.
Additional context
There is an exception logged in the debugged console, staging that .live() is not a function. This is likely just because jQuery needs to be loaded as a dependency now.
The text was updated successfully, but these errors were encountered: