Opened 2 years ago
Last modified 2 years ago
#6332 new defect
After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update.
| Reported by: | rickmastfan67 | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description (last modified by rickmastfan67)
Steps to reproduce:
- Create a brand new way (or node).
- Upload it to the OSM database.
- 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.
Attachments (2)
Change History (7)
comment:1 Changed 2 years ago by rickmastfan67
- Description modified (diff)
comment:2 Changed 2 years ago by rickmastfan67
- Summary changed from After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update. (possible regression) to (possible regression) After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update.
Changed 2 years ago by rickmastfan67
Changed 2 years ago by rickmastfan67
Shows the "author" subwindow lacking the "user" info and still calling it a "new object" when it isn't.
comment:3 Changed 2 years ago by rickmastfan67
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 Changed 2 years ago by rickmastfan67
- Keywords regression added
comment:5 Changed 2 years ago by stoecker
- Keywords regression removed
- Summary changed from (possible regression) After uploading new items to OSM, JOSM doesn't update the author of the item unless a force data update. to 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?



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