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: avarab@… 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)

in reply to:  description comment:1 by avarab@…, 15 years ago

Replying to avar:

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.

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:

549 -
550 - blah blah

I think drop-down list should always reflect what's *on the server*. Not what I randomly type into the comment field before upload.

comment:2 by Gubaer, 15 years ago

Resolution: fixed
Status: newclosed

(In [2191]) fixed #3561: Changeset comment=* is incorrect in list of open changesets in upload dialog

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.