Modify ↓
Opened 15 years ago
Closed 15 years ago
#3561 closed defect (fixed)
Changeset comment=* is incorrect in list of open changesets in upload dialog
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Here's the reply to the request JOSM makes to the server to list open changesets:
<?xml version="1.0" encoding="UTF-8"?> <osm version="0.6" generator="OpenStreetMap server"> <changeset id="550" user="Ævar Arnfjörð Bjarmason" uid="11" created_at="2009-09-20T22:51:53Z" open="true" min_lon="-21.8416616" min_lat="64.3793097" max_lon="-21.8345745" max_lat="64.3817652"> <tag k="created_by" v="JOSM/1.5 (2176 SVN is)"/> <tag k="comment" v="some more scribble"/> </changeset> <changeset id="549" user="Ævar Arnfjörð Bjarmason" uid="11" created_at="2009-09-20T22:51:05Z" open="true" min_lon="-21.8413655" min_lat="64.3806584" max_lon="-21.8358734" max_lat="64.3835109"> <tag k="created_by" v="JOSM/1.5 (2176 SVN is)"/> <tag k="comment" v="some scribble"/> </changeset> </osm>
But this is what JOSM displays in the drop-down table in the upload dialog:
549 - some more scribble 550 - some more scribble
I.e. it uses the comment=* for 550 for 549.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to avar:
It looks like it used what was in comment field, not what the changeset on the server is actually using. When I erased the comment field and typed "blah blah" again I got this:
I think drop-down list should always reflect what's *on the server*. Not what I randomly type into the comment field before upload.