Modify ↓
Opened 18 years ago
Closed 18 years ago
#564 closed defect (wontfix)
Data upload doesn't recover from error
| Reported by: | iandees | Owned by: | framm |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
When some sort of data upload error occurs, the entire "command stack" is deleted. Each element in the command stack should only be removed when the server responds with a successful commit response.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



JOSM doesn't upload the commands you see in the command stack window. Instead it uploads the modifications. So if you move a node and add a tag, you'll see two commands in the command stack window, but JOSM will only upload the node once.
In any case, JOSM remembers the modifications regardless of whether the command stack has been cleared.