Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Field display_on_consent_screen: Inability to Toggle Off Display Content Screen When Consent Text is Void/Null #916

Open
victor97gonzalezmartinez opened this issue Jan 10, 2024 · 0 comments

Comments

@victor97gonzalezmartinez

Problem:
The current implementation lacks a crucial field that allows the deactivation of the display content screen. This absence is critical because there are scenarios where the display toggle is ON or true, yet the consent text is void/null, rendering it impossible to turn off the display.

Example:
Consider the following situation:
image

In this case, the absence of the necessary field prevents the user from turning off the display even when the consent text is void/null.

Workaround:
Currently, the only workaround is suboptimal. Users must set the consent_screen_text field with a random value, apply the changes, then set the field to void/null and reapply the changes.

Expected Solution:
The addition of a new field is required to allow users to seamlessly toggle off the display content screen even when the consent text is void/null. This enhancement will eliminate the need for the current workaround and provide a more intuitive and user-friendly experience.

@victor97gonzalezmartinez victor97gonzalezmartinez changed the title Missing Field consent_screen_text: Inability to Toggle Off Display Content Screen When Consent Text is Void/Null Missing Field display_on_consent_screen: Inability to Toggle Off Display Content Screen When Consent Text is Void/Null Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant