Modify ↓
#6364 closed defect (fixed)
[PATCH] can't remove tag with preset
| Reported by: | Dion Dock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | tested | Keywords: | |
| Cc: |
Description (last modified by simon04)
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)
Changed 22 months ago by simon04
comment:1 Changed 22 months ago by simon04
- Description modified (diff)
comment:2 Changed 22 months ago by bastiK
- Summary changed from can't remove tag with preset to [PATCH] can't remove tag with preset
comment:3 Changed 22 months ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In [4302/josm]:
comment:4 Changed 21 months ago by simon04
Ticket #5774 has been marked as a duplicate of this ticket.
Note: See
TracTickets for help on using
tickets.



The attached patch should resolve this annoying issue.