-
-
Notifications
You must be signed in to change notification settings - Fork 774
[Bug]: Wonky CDF controller lifetime prevents dnn.servicesframework.js from loading #6954
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
The new CDF uses a controller that sits in DNN's DI container for the duration of a request. However, upon researching an issue where the dnnSF was absent on the client side, I discovered that the new approach for ServicesFramework somehow injected the dnn.servicesframework script into another CDF controller separate from the main one.
Steps to reproduce?
- Download and install DNN 10.2.2 RC1
- Log in and switch to edit mode, open edit bar and try to add module
- Notice no modules show up to pick from and the following error in the console: dnnSF() is null
Current Behavior
No response
Expected Behavior
No response
Relevant log output
Anything else?
No response
Affected Versions
Current development branch (unreleased)
What browsers are you seeing the problem on?
Firefox
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable