-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Nullify Ingredients::Page on Page destroy #2829
Nullify Ingredients::Page on Page destroy #2829
Conversation
When we delete a page, page ingredients that point to that page should be nullified.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2829 +/- ##
==========================================
+ Coverage 95.84% 95.86% +0.01%
==========================================
Files 227 227
Lines 6185 6186 +1
==========================================
+ Hits 5928 5930 +2
+ Misses 257 256 -1 ☔ View full report in Codecov by Sentry. |
There is a commit in |
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.
What do you think about using the database for this? I've never used this before, but maybe worth looking into?
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.
Thanks
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
When we delete a page, page ingredients that point to that page should be nullified.