Opened 15 years ago

Last modified 10 years ago

#6332 closed defect

After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update. — at Version 7

Reported by: rickmastfan67 Owned by: team
Priority: major Milestone: 16.08
Component: Core Version: latest
Keywords: Cc:

Description (last modified by Don-vip)

Steps to reproduce:

  1. Create a brand new way (or node).
  2. Upload it to the OSM database.
  3. Select the way (or node) in JOSM right after the upload has been completed.

What happens: When you either middle click on it, or try to view the author info in the author subwindow, it will not show the person's (you) screen name. It does show the way ID's brand new # just fine (on the middle click window).
Example: When you middle click it will say: "highway (6 nodes) [id=0000000]" with no User name after the way ID after the successful upload.

What should happen: Brand new items that you have uploaded to OSM via JOSM should show your screen name as well as the way # without having to "update" the data a second time.

Also, when you update an item that somebody else last edited/created, JOSM isn't updating the "user" info of that item unless you do the "update data" or "update selection" after you upload the "tweak".

Was with r4079.

Change History (9)

comment:1 by rickmastfan67, 15 years ago

Description: modified (diff)

comment:2 by rickmastfan67, 15 years ago

Summary: After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update. (possible regression)(possible regression) After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update.

by rickmastfan67, 15 years ago

Attachment: problem.png added

Shows a brand new way lacking the "user" info right after upload

by rickmastfan67, 15 years ago

Attachment: problem2.png added

Shows the "author" subwindow lacking the "user" info and still calling it a "new object" when it isn't.

comment:3 by rickmastfan67, 15 years ago

I hope you guys can now understand what I was talking about in the main post now since I attached the images showing this problem.

comment:4 by rickmastfan67, 15 years ago

Keywords: regression added

comment:5 by stoecker, 15 years ago

Keywords: regression removed
Summary: (possible regression) After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update.After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update.

Very likely author information is not sent by server after upload and thus not merged with the data set. Problem is: where do we get user id and author name? Maybe create a new "<uploader>" user for this purpose?

comment:6 by Don-vip, 12 years ago

Ticket #9069 has been marked as a duplicate of this ticket.

in reply to:  5 comment:7 by Don-vip, 12 years ago

Description: modified (diff)

Replying to stoecker:

Problem is: where do we get user id and author name?

From a GET /api/0.6/changeset/#id ?

Note: See TracTickets for help on using tickets.