Summary | Kolab backend + smartphone view: Delete not working |
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 | 10/19/2012 (4700 days ago) |
Due | |
Updated | 10/27/2012 (4692 days ago) |
Assigned | 10/22/2012 (4697 days ago) |
Resolved | 10/22/2012 (4697 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 5fcf8426395ba5d85e00216f8a5542ed5e1916f5
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 15:58:03 2012 +0200
Always reset form when opening, and reset hidden fields manually
(
Bug #11565).nag/js/smartmobile.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5fcf8426395ba5d85e00216f8a5542ed5e1916f5
commit 61b52a614a19556c8ada74eedd45922fce6439f9
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 15:57:19 2012 +0200
Track tasklist with all tasks (
Bug #11565).nag/js/smartmobile.js | 38
+++++++++++++++++----------
nag/templates/smartmobile/taskform.html.php | 5 ++-
2 files changed, 27 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/61b52a614a19556c8ada74eedd45922fce6439f9
commit ca6fa2d3356e4dab431f6de52fedebf313b03c8f
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 15:00:55 2012 +0200
Require tasklist parameter.
It's required for Kolab, so make sure we catch all cases where we
don't pass
it. Helps with
bug #11565et al.nag/lib/Factory/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ca6fa2d3356e4dab431f6de52fedebf313b03c8f
commit b639f92b333e843dae3d46c3af3ca6c4eeff0711
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 14:59:09 2012 +0200
Catch exceptions (
Bug #11565).nag/lib/Ajax/Application/Handler/Smartmobile.php | 27
+++++++++++++++++-----
1 files changed, 21 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/b639f92b333e843dae3d46c3af3ca6c4eeff0711
State ⇒ Resolved
2012-10-22T16:25:57+02:00 WARN: HORDE [nag] PHP ERROR: array_diff()
[<a href='function.array-diff'>function.array-diff</a>]: Argument
#1is not an array [pid 18035 on line 774 of
"/datastore/DEVEL/horde/nag/lib/Task.php"]
State ⇒ Assigned
2012-10-22T16:25:57+02:00 WARN: HORDE [nag] PHP ERROR: array_diff()
[<a href='function.array-diff'>function.array-diff</a>]: Argument
#1is not an array [pid 18035 on line 774 of
"/datastore/DEVEL/horde/nag/lib/Task.php"]
2012-10-22T16:25:57+02:00 WARN: HORDE [nag] PHP ERROR: array_values()
expects parameter 1 to be array, string given [pid 18035 on line 910
of "/datastore/DEVEL/horde/nag/lib/Task.php"]
It happens after modifying the priority of a task.
commit 5fcf8426395ba5d85e00216f8a5542ed5e1916f5
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 15:58:03 2012 +0200
Always reset form when opening, and reset hidden fields manually
(
Bug #11565).nag/js/smartmobile.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5fcf8426395ba5d85e00216f8a5542ed5e1916f5
commit 61b52a614a19556c8ada74eedd45922fce6439f9
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 15:57:19 2012 +0200
Track tasklist with all tasks (
Bug #11565).nag/js/smartmobile.js | 38
+++++++++++++++++----------
nag/templates/smartmobile/taskform.html.php | 5 ++-
2 files changed, 27 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/61b52a614a19556c8ada74eedd45922fce6439f9
commit ca6fa2d3356e4dab431f6de52fedebf313b03c8f
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 15:00:55 2012 +0200
Require tasklist parameter.
It's required for Kolab, so make sure we catch all cases where we
don't pass
it. Helps with
bug #11565et al.nag/lib/Factory/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ca6fa2d3356e4dab431f6de52fedebf313b03c8f
commit b639f92b333e843dae3d46c3af3ca6c4eeff0711
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 14:59:09 2012 +0200
Catch exceptions (
Bug #11565).nag/lib/Ajax/Application/Handler/Smartmobile.php | 27
+++++++++++++++++-----
1 files changed, 21 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/b639f92b333e843dae3d46c3af3ca6c4eeff0711
Assigned to Jan Schneider
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Kolab backend + smartphone view: Delete not working
Type ⇒ Bug
Queue ⇒ Nag
the delete button in the smartphone view using the Kolab backend is
not working.
It does nothing and when you change back to the task list,
you'll see this red error popup:
"The tasklist has been left undefined but is required!"
Delete using the SQL backend works fine :)
Thomas