-
Notifications
You must be signed in to change notification settings - Fork 72
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
Create Consent Privacy Requests when Enforcement is System Wide Only #3626
Create Consent Privacy Requests when Enforcement is System Wide Only #3626
Conversation
…e is at least one privacy notice that has system wide enforcement.
Passing run #2807 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3626 +/- ##
=======================================
Coverage 87.05% 87.06%
=======================================
Files 310 310
Lines 18995 18999 +4
Branches 2427 2429 +2
=======================================
+ Hits 16537 16541 +4
Misses 2029 2029
Partials 429 429
☔ View full report in Codecov by Sentry. |
This is a small change that changes when we queue privacy requests for new-style consent, context here: https://ethyca.slack.com/archives/C04S7K0T2V7/p1687265733634689, if either of you have time for a quick look @adamsachs or @NevilleS. Privacy request related fields are already optional for historical privacy preferences so there are no changes there, they can just be null. |
starting review now... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good to me! was able to test manually using the provided steps, thank you for spelling those out, and thank you for the comprehensive automated test coverage as well! 👍
ah thanks for reviewing @adamsachs 🙏 |
Closes #3618
Code Changes
Steps to Confirm
PATCH {{host}}/privacy-preferences
PATCH {{host}}/privacy-notice
Pre-Merge Checklist
CHANGELOG.md
Description Of Changes
Only create PrivacyRequests when there is at least one notice where enforcement == "System wide".