6.0.0-beta1
9/1/25

[#11565] Kolab backend + smartphone view: Delete not working
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

History
10/27/2012 12:59:27 AM Git Commit Comment #11 Reply to this comment
Changes have been made in Git (develop):

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
10/27/2012 12:59:24 AM Git Commit Comment #10 Reply to this comment
Changes have been made in Git (develop):

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
10/27/2012 12:59:19 AM Git Commit Comment #9 Reply to this comment
Changes have been made in Git (develop):

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 #11565 et al.

  nag/lib/Factory/Driver.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ca6fa2d3356e4dab431f6de52fedebf313b03c8f
10/27/2012 12:59:15 AM Git Commit Comment #8 Reply to this comment
Changes have been made in Git (develop):

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
10/22/2012 02:51:07 PM Jan Schneider Comment #7
State ⇒ Resolved
Reply to this comment
Latest code gives me:

2012-10-22T16:25:57+02:00 WARN: HORDE [nag] PHP ERROR: array_diff() 
[<a href='function.array-diff'>function.array-diff</a>]: Argument #1 
is not an array [pid 18035 on line 774 of 
"/datastore/DEVEL/horde/nag/lib/Task.php"]
A completely different issue.
10/22/2012 02:28:15 PM Thomas Jarosch Comment #6
State ⇒ Assigned
Reply to this comment
Latest code gives me:

2012-10-22T16:25:57+02:00 WARN: HORDE [nag] PHP ERROR: array_diff() 
[<a href='function.array-diff'>function.array-diff</a>]: Argument #1 
is 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.

10/22/2012 02:21:19 PM Jan Schneider State ⇒ Resolved
 
10/22/2012 02:21:06 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

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
10/22/2012 02:20:58 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

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
10/22/2012 02:20:50 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

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 #11565 et al.

  nag/lib/Factory/Driver.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ca6fa2d3356e4dab431f6de52fedebf313b03c8f
10/22/2012 02:20:42 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

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
10/22/2012 12:28:37 PM Jan Schneider State ⇒ Assigned
Assigned to Jan Schneider
 
10/19/2012 09:38:26 AM Thomas Jarosch Comment #1
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Kolab backend + smartphone view: Delete not working
Type ⇒ Bug
Queue ⇒ Nag
Reply to this comment
Hi,

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

Saved Queries