-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Auto-delete tags when a tagged file isn't visible any more #12858
Comments
One idea would be to have a method So: first delete files, then delete orphaned entries. Like some kind of afterwards cascading delete. That method could then also be used by repair steps. |
Fix for 1): #13284 |
Raised repair step ticket to cleanup orphaned tags: #13334 |
Defer to 8.1. (CC @DeepDiver1975) |
Ok so now we have the repair step for orphaned tags: #13344 |
We have a background job now #21990 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When a file was tagged or marked as favorite, that information needs to be cleaned up from the database whenever:
After discussing with @schiesbn it seems that we'll need to listen to several hooks to cover all these cases.
Ideally I'd like to have a generic hook called "when file goes out of view", if possible.
Part of #2368
CC @icewind1991 FYI in case you got ideas
The text was updated successfully, but these errors were encountered: