Modify ↓
#4088 closed enhancement (fixed)
Remove modified flag when merging downloaded data
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When new server data is downloaded and the merging process shows an object is flagged as modified, but identical to to server data, then modified should be removed.
Notes:
- Ensure Undo/Redo set modify again
- Be sure data is really unmodified
- Offer to download all modified primitives before upload?
This should reduce the number of useless changed elements a lot (at least when download before upload is done).
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Sorry, but you did not fix this issue.
You can test it like that:
- add a new node to a way
- delete that node again --> you get a useless modified state
- redownload area --> still useless modified state
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [2624]) fixes #4088,#4155 - when after conflict resolving the primitive has equal semantic attributes as theirs, the primitive will get the same modified flag as theirs.