Summary | Kolab backend: Recurrence information is not loaded |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/26/2013 (4442 days ago) |
Due | |
Updated | 04/26/2013 (4442 days ago) |
Assigned | |
Resolved | 04/26/2013 (4442 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit 0debd75d3711b3981694189ec8dcf6cc904e694a
Author: Jan Schneider <jan@horde.org>
Date: Fri Apr 26 19:59:13 2013 +0200
[jan] Fix recurring tasks in Kolab driver (Thomas Jarosch
<thomas.jarosch@intra2net.com>,
Bug #12222).Conflicts:
nag/docs/CHANGES
nag/package.xml
nag/docs/CHANGES | 6 ++++++
nag/package.xml | 3 +++
2 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0debd75d3711b3981694189ec8dcf6cc904e694a
commit ee734b628fe856b9b90f413c3ce570213a94f950
Author: Jan Schneider <jan@horde.org>
Date: Fri Apr 26 19:59:13 2013 +0200
[jan] Fix recurring tasks in Kolab driver (Thomas Jarosch
<thomas.jarosch@intra2net.com>,
Bug #12222).nag/docs/CHANGES | 2 ++
nag/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/ee734b628fe856b9b90f413c3ce570213a94f950
commit 21b39b7cd8ca90b1720a1e43cae5317439d6e80d
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Fri Apr 26 16:27:10 2013 +0200
Fix loading recurring tasks for Kolab (buf 12222)
Signed-off-by: Jan Schneider <jan@horde.org>
Bug: 12222nag/lib/Driver/Kolab.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/21b39b7cd8ca90b1720a1e43cae5317439d6e80d
State ⇒ Resolved
commit eca838f871f6cf6840a6eda77f4eab61d7423ca3
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Fri Apr 26 16:27:10 2013 +0200
Fix loading recurring tasks for Kolab (buf 12222)
Signed-off-by: Jan Schneider <jan@horde.org>
Bug: 12222nag/lib/Driver/Kolab.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/eca838f871f6cf6840a6eda77f4eab61d7423ca3
Patch ⇒ Yes
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: Recurrence information is not loaded
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
nag ignores the recurrence information of a task due to a field name mismatch.
Only affects the Kolab backend. Attached patch fixes the issue.
Thomas