🐛(backend) hide restore action for inherited deletion#2444
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughIn Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Prevent child documents from exposing a restore ability when only an ancestor is deleted. Signed-off-by: ydnd <1843212188@qq.com>
928bafe to
ff991bf
Compare
Purpose
Fix #2127.
When a parent document is soft-deleted, child documents inherit the deleted state through
ancestors_deleted_at. However, child documents still exposed therestoreability even when the child document itself was not directly deleted.This could make the frontend show a restore action for a child document that cannot be restored independently.
Proposal
restoreability only when the document itself hasdeleted_atset.External contributions
General requirements
Skip the checkbox below 👇 if you're fixing an issue or adding documentation
CI requirements
git commit --signoff(DCO compliance)git commit -S)<gitmoji>(type) title description## [Unreleased]section (if noticeable change)AI requirements