Summary | duplicate items when syncing |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | inquisitor (at) goldmail (dot) de |
Created | 05/04/2016 (3403 days ago) |
Due | |
Updated | 05/06/2016 (3401 days ago) |
Assigned | 05/04/2016 (3403 days ago) |
Resolved | 05/06/2016 (3401 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Queue ⇒ Synchronization
commit 3a08897b2bf27d6c9947f37d6642f853c7584232
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri May 6 09:06:29 2016 -0400
Bug: 14354Fix mirroring client changes back to the client.We store the serverid in the map tables, though this should change
for Horde 6.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/3a08897b2bf27d6c9947f37d6642f853c7584232
duplicate, although the same thing happens on calendar entries.
Priority ⇒ 1. Low
State ⇒ Assigned
Assigned to Michael Rubinsky
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ duplicate tasks when syncing
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
since upgrade to horde 5.2.14 I have the issue that tasks are created
twice in the android smartphone when adding them using activesync:
Reproduce:
1. create task using android app "task and notes"
(https://play.google.com/store/apps/details?id=org.myklos.inote&hl=de)
or "nine"
(https://play.google.com/store/apps/details?id=com.ninefolders.hd3&hl=de).
Happens with both apps!
2. Name it "test"
3. sync the tasks
4. on horde webui you see one task
5. on the smartphone you see two tasks with the same name
6. In horde webui, delete the task just synced
7. sync on smartphone
8. both tasks are gone on the smartphone
When creating a task at first in the webui, everything works fine.
Dont know if this is a nag issue or active sync module issue