https://bugs.kde.org/show_bug.cgi?id=287356

Daniel Vrátil <dvra...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |dvra...@redhat.com
     Ever confirmed|0                           |1

--- Comment #7 from Daniel Vrátil <dvra...@redhat.com> ---
Moving items between two resources has a major weakness: it is split into two
separated operations - in the resource that we are moving the item from the
operation is translated into "remove", in the destination resource it is
translated into "insert". The problem is that when "insert" fails, we have no
way of reverting the "remove", because it has happened in a different process
and so data are lost.

Good news: this will be solved with server-side change recording, once I
implement it :)
Bad news: I don't think it can be easily worked around in the meanwhile.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to