Modify ↓
Opened 17 years ago
Closed 16 years ago
#2714 closed defect (fixed)
[PATCH] tractags.api.TagSystem.delete_tags broken
Reported by: | Catalin BALAN | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | low | Component: | TagsPlugin |
Severity: | normal | Keywords: | delete tags |
Cc: | Trac Release: | 0.11 |
Description
When trying to delete some resource tags using TagSystem.delete_tags method, an exception gets raised.
Here's the patch to fix that.
Attachments (1)
Change History (2)
Changed 17 years ago by
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [3878]) Fix a bug in tag deletion. Fixes #2714.