Summary | Mapping is broken |
Queue | Synchronization |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | han.spruyt (at) ijsselgroep (dot) nl |
Created | 06/27/2009 (5852 days ago) |
Due | |
Updated | 10/25/2009 (5732 days ago) |
Assigned | 10/11/2009 (5746 days ago) |
Resolved | 10/25/2009 (5732 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3.3.6 |
Patch | No |
MFH: Fix mapping of elements during synchronization (
Bug #8386).http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/Map.php?rt=horde&r1=1.1.10.12&r2=1.1.10.13&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.515.2.572&r2=1.515.2.573&ty=u
Funambol Mozilla Sync Client 0.9.1
State ⇒ Feedback
Taken from Gunnar Wrobel
MFH: Fix mapping of elements during synchronization (
Bug #8386).http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/Map.php?rt=horde&r1=1.1.10.12&r2=1.1.10.13&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.515.2.572&r2=1.515.2.573&ty=u
Fix mapping of elements during synchronization (
Bug #8386).http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/Map.php?rt=horde&r1=1.25&r2=1.26&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.1274&r2=1.1275&ty=u
Priority ⇒ 2. Medium
Milestone ⇒ 3.3.6
mapping doesn't fit into a single SyncML message.
basically prevent SyncML from working we have to use the old Map.php
further on??
Any comment why priority is "low" for this bug?
State ⇒ Assigned
Assigned to Jan Schneider
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Mapping is broken
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
In version 1.1.10.12 of Framework/SincML/SyncML/Command/Map.php the
code for creating the mapping record in horde_syncml_map moved from
function endElement to function handleCommand.
But handleCommand is only called one per map command while endElement
once per mapItem command.
The result is that now only for the last mapItem a mapping record is created.
Go back to an earlier version for Map.php solved the problem for us.