Opened 16 years ago
Closed 16 years ago
#3522 closed defect (fixed)
Wrong changeset comment when uploading data
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I uploaded two times today, everytime I changed the comment for the changeset, but both times the comment text of an earlier upload was used. Both comment texts are available via the combo box. Looking at my changesets from yesterday the same happened to them, everytime an earlier comment text was uploaded instead of the one entered by me.
Attachments (0)
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Same problem here! The changeset-comment isn't correctly added
http://www.openstreetmap.org/user/t-i/edits
2502483 should be "St. Urban Cleanup"
2502544 should be "Changeset Test"
"Witikon nord" is a Comment from yesterday that obviously was not added to the changeset.
follow-up: 5 comment:4 by , 16 years ago
I had the same in 2127.
- Open and close a changeset with comment A.
- Open another, edit, upload with comment B, but leave the changeset open.
- Edit some more, upload again into the open changeset. This time the comment gets updated to B.
From a short conversation on IRC just now, someone told me he had this too, but he didn't keep the 2nd changeset open, so now the previous comment is on it, and it cannot be changed anymore.
comment:5 by , 16 years ago
Replying to Ldp:
It is worse than that, if you do not have a previous comment it is impossible to do an upload even if you put a comment in. I just raised a ticket about this total block. This in latest 2143.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
If the upload comment is changed, this won't apply until JOSM is restarted (which is bad).
I'm not sure if the problem is this, but shouldn't UploadDialog.getUploadComment() return something when tab 0 is selected (org/openstreetmap/josm/gui/io/UploadDialog.java)?