Changes between Initial Version and Version 1 of Ticket #20227


Ignore:
Timestamp:
2020-12-12T21:51:09+01:00 (5 years ago)
Author:
michael2402
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20227 – Description

    initial v1  
    33I guess that this is because in org.openstreetmap.josm.gui.tagging.TagEditorModel#getTaggingPresetTypes, primitive is null.
    44
    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:
     5I 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):
    66{{{
    77Index: src/org/openstreetmap/josm/gui/dialogs/RelationListDialog.java
     
    1818 
    1919         @Override
    20 
    2120}}}