Closed emilghittasv closed 2 weeks ago
This is working correctly. When the entry is removed from the Tagged Items
, the tag is removed from the associated object. In this example from the question. In order to complete remove the tag, you need to delete it from /admin/taggit/tag/
The tags are not removed from the posted question UI immediately because the tag list is cached https://github.com/mozilla/kitsune/blob/main/kitsune/questions/models.py#L397
Preconditions Sign in to SUMO with an admin account.
Steps to reproduce Steps to reproduce the behavior:
Expected behavior The tag which was deleted via admin is automatically removed from the question.
Actual behavior The deleted tag is still displayed on the question page.
Screencasts
Additional Notes This issue is reproducible even after removing a tag from a question via admin from the
Tagged Items
section: