Modify ↓
#21427 closed defect (fixed)
[PATCH] further simplify UploadDialog
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | 21.10 |
Component: | Core | Version: | |
Keywords: | upload changeset | Cc: |
Description
This patch simplifies UploadDialog
in a further attempt to nail #20690.
- The dialog was simplified by combining the function of two radiobuttons and one combobox into one combobox.
- When an open changeset was selected on tab 2, existing tags on the open changeset could overwrite the data the user entered on tab 1. The user might spot this by looking closely at the tag table on tab 2, but then he may not. This non-obvious behaviour was removed.
- The exception thrown when closing an already closed changeset was fixed.
- More cosmetic changes to the dialog.
Attachments (1)
Change History (5)
by , 3 years ago
Attachment: | 21427.patch added |
---|
comment:1 by , 3 years ago
Keywords: | upload changeset added |
---|---|
Milestone: | → 21.10 |
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 3 years ago
Something is still not right with the upload dialog. Now I ran into an issue when an open changeset doesn't show up at all but a closed one does.
Edit: It never worked correctly, but at least reopening the upload dialog / clicking the refresh button fixed the issue, until now.
Note:
See TracTickets
for help on using tickets.
In 18283/josm: