-
-
Notifications
You must be signed in to change notification settings - Fork 771
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
In relation to Commit 6ab91ca file DNN Platform/Website/DesktopModules/Admin/Security/DataConsent.ascx
The change introduced the new <%: DataConsentHtml %> which moves the string format functionality to the code behind instead of doing it in the ascx.
The text/link for the terms/privacy notice
does not display on the UI next to the checkbox. Screenshot attached
Reverting the ascx back to doing the string format in it, instead of the new <%: DataConsentHtml %> tag
Steps to reproduce?
Enable Data Consent after the latest 10.1 DNN release. Sign in with a user that has not signed the terms so that it prompts for the terms to be signed.
The checkbox appears without the text/links to the terms/privacy
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?
Chrome
Code of Conduct
- I agree to follow this project's Code of Conduct