-
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
include feature flag check in helper #2675
Conversation
Passing run #357 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportBase: 86.39% // Head: 86.46% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2675 +/- ##
==========================================
+ Coverage 86.39% 86.46% +0.06%
==========================================
Files 289 289
Lines 15998 15984 -14
Branches 2017 2026 +9
==========================================
- Hits 13822 13820 -2
+ Misses 1788 1779 -9
+ Partials 388 385 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There is a failing cypress test but I think it is resolved in #2668 |
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.
confirmed it works! but also I think that dataset references
field is being removed from the privacy declaration form soon... 😬
Really? Thanks for the heads up, will be interesting to see where it lands :) |
Co-authored-by: Allison King <[email protected]>
Closes fidesplus#619
Code Changes
Steps to Confirm
postgresql+psycopg2://postgres:fides@fidesplus-db:5432/fides
)Pre-Merge Checklist
CHANGELOG.md
Description Of Changes
If the feature flag was enabled, the data would be visible on the data map. Adding the feature flag and not accounting for it in all areas is the root cause of the issue here