Modify ↓
#6364 closed defect (fixed)
[PATCH] can't remove tag with preset
Reported by: | Dion Dock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | Cc: |
Description (last modified by )
I would expect the following preset to remove the "tiger:reviewed" key. It does not. It used to a long time ago (the Java 1.5 version)
<presets> <item name="Mark Tiger Reviewed"> <key key="tiger:reviewed"/> </item> </presets>
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | remove_tag_with_preset.patch added |
---|
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Summary: | can't remove tag with preset → [PATCH] can't remove tag with preset |
---|
Note:
See TracTickets
for help on using tickets.
The attached patch should resolve this annoying issue.