Changes between Initial Version and Version 1 of Ticket #20227
- Timestamp:
- 2020-12-12T21:51:09+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20227 – Description
initial v1 3 3 I guess that this is because in org.openstreetmap.josm.gui.tagging.TagEditorModel#getTaggingPresetTypes, primitive is null. 4 4 5 I cannot test it, since `ant run` wont work for me (does not compile, some dependecy problems I dont want to dig into now), but this should fix it: 5 I cannot fully test it, since `ant run` wont work for me (does not compile, some dependecy problems I dont want to dig into now), but this should fix it (at least when doing it manually in the debugger, it works): 6 6 {{{ 7 7 Index: src/org/openstreetmap/josm/gui/dialogs/RelationListDialog.java … … 18 18 19 19 @Override 20 21 20 }}}


