Ignore:
Timestamp:
2015-09-14T22:44:28+02:00 (9 years ago)
Author:
simon04
Message:

fix #11686 - Error by uploading changeset with too long tag

Changeset tags table: limit key/value length to allowed maximum of API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/TagSettingsPanel.java

    r8510 r8760  
    2222
    2323    /** checkbox for selecting whether an atomic upload is to be used  */
    24     private final TagEditorPanel pnlTagEditor = new TagEditorPanel(null);
     24    private final TagEditorPanel pnlTagEditor = new TagEditorPanel(null, null, Changeset.MAX_CHANGESET_TAG_LENGTH);
    2525    /** the model for the changeset comment */
    2626    private final transient ChangesetCommentModel changesetCommentModel;
Note: See TracChangeset for help on using the changeset viewer.