-
Notifications
You must be signed in to change notification settings - Fork 1k
[backend] refresh cache for Resolved filters at playbook/stream/trigger update (#10593) #10704
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10704 +/- ##
==========================================
+ Coverage 65.53% 65.64% +0.11%
==========================================
Files 672 672
Lines 66977 67060 +83
Branches 7354 7382 +28
==========================================
+ Hits 43892 44024 +132
+ Misses 23085 23036 -49 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
tested locally for playbooks
Proposed changes
Fix the cache update for Resolved filters
To fix the issue: after updating a playbook / stream / trigger / connector filters, if the filters contained ids, the playbook / stream / trigger / connector doesn't work anymore (doesn't detect changes concerning the added ids).
Related issues
#10593