-
-
Notifications
You must be signed in to change notification settings - Fork 774
[Bug]: Output Caching UI completely wrong in DNN 10 #6703
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
We're working on Output Caching - specifically for Cloudflare.
A feature which used to work in DNN 9 is now broken in DNN 10.
- The DB has value 2 stored
- But the backend delivers
4 - and the UI says it doesn't know what to show.
Trying to save the correct value probably works:
But after that the UI UI never gets the memo - it again receives a 4 from the backend and believes 'not configured'
Steps to reproduce?
- Go to performance settings
- try to set the value - to
Public - reload - it should end up in the DB, but the UI doesn't know it.
Current Behavior
No response
Expected Behavior
No response
Relevant log output
Anything else?
No response
Affected Versions
10.1.0 (latest v10 release)
What browsers are you seeing the problem on?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable