﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3561	Changeset comment=* is incorrect in list of open changesets in upload dialog	avarab@…	team	"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."	defect	closed	major		Core	latest	fixed		
