Skip to content
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

Tagging.remove_unused_tags should gracefully handle already deleted tags #988

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

irphilli
Copy link

Together with https://github.com/salsify/goldiloader, I noticed that the order of how tags/taggings are deleted can cause the remove_unused_tags callback to be called multiple times. This is normally fine, however, the callback performs a reload on a tag, and that tag may have already been deleted. remove_unused_tags should gracefully handle already deleted tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant