Opened 3 years ago
Closed 7 months ago
#4248 closed enhancement (fixed)
Add "Revert to version" menu
| Reported by: | stoecker | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description (last modified by stoecker)
The version history dialog does show different versions already. Right click on a version allows to show changeset. Currently missing is only one important feature: "revert to version".
When this is added we only need to get API to support finding deleted nodes and we have a usable revert feature (which needs to be expanded a lot in future thought :-)
Attachments (0)
Change History (6)
comment:1 Changed 3 years ago by Gubaer
comment:2 Changed 3 years ago by mjulius
What about nodes that have not been deleted but moved since their location for the version a way is reverted to? I think JOSM should warn about those.
comment:3 Changed 3 years ago by stoecker
I said it would be a start. There is much to be done to get a decent revert feature.
- how to handle nodes when reverting a way
- how to handle ways when nodes have been moved, but the way is untouched
- we need a time-based revert and not only object based
- lots of questions related to relations
- ...
comment:4 Changed 3 years ago by stoecker
Ticket #4292 has been marked as a duplicate of this ticket.
comment:5 Changed 3 years ago by Gubaer
- Owner changed from Gubaer to team
comment:6 Changed 7 months ago by stoecker
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
We now have reverter plugin.



We don't need to find deleted nodes, just to retrieve them. That's quite easy with either the history function or with a multi-get request, which replies deleted objects too.