6.0.0-beta1
7/14/25

[#10897] Address book selection preferences
Summary Address book selection preferences
Queue Turba
Queue Version 3.0.10
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester matthewstephenson1 (at) hotmail (dot) com
Created 01/04/2012 (4940 days ago)
Due
Updated 02/01/2012 (4912 days ago)
Assigned 01/05/2012 (4939 days ago)
Resolved 01/30/2012 (4914 days ago)
Github Issue Link
Github Pull Request
Milestone 3.0.12
Patch No

History
02/01/2012 08:28:45 PM Git Commit Comment #6 Reply to this comment
Changes have been made in Git (refs/heads/ajax_to_core):

commit 643afc1cd04727f8b1ecb5bd2de379779c7b8e68
Author: Jan Schneider <jan@horde.org>
Date:   Mon Jan 30 18:33:32 2012 +0100

     [jan] Fix address book sorting in preferences (Bug #10897).

  turba/docs/CHANGES        |    1 +
  turba/lib/Application.php |    1 +
  turba/package.xml         |    2 ++
  3 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/643afc1cd04727f8b1ecb5bd2de379779c7b8e68
01/30/2012 06:13:40 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (refs/heads/develop):

commit 643afc1cd04727f8b1ecb5bd2de379779c7b8e68
Author: Jan Schneider <jan@horde.org>
Date:   Mon Jan 30 18:33:32 2012 +0100

     [jan] Fix address book sorting in preferences (Bug #10897).

  turba/docs/CHANGES        |    1 +
  turba/lib/Application.php |    1 +
  turba/package.xml         |    2 ++
  3 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/643afc1cd04727f8b1ecb5bd2de379779c7b8e68
01/30/2012 05:34:28 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 3.0.12
 
01/30/2012 05:34:20 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (refs/heads/master):

commit 643afc1cd04727f8b1ecb5bd2de379779c7b8e68
Author: Jan Schneider <jan@horde.org>
Date:   Mon Jan 30 18:33:32 2012 +0100

     [jan] Fix address book sorting in preferences (Bug #10897).

  turba/docs/CHANGES        |    1 +
  turba/lib/Application.php |    1 +
  turba/package.xml         |    2 ++
  3 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/643afc1cd04727f8b1ecb5bd2de379779c7b8e68
01/05/2012 10:33:44 AM matthewstephenson1 (at) hotmail (dot) com Comment #3 Reply to this comment
If a user has 3 sql based address books

In turba preferences where you choose the order that the address books 
are displayed using the up/down arrows.

When you save the preferences they save correctly, but when you go 
back to edit the order again, that list box where you do the sorting 
is not reflecting the 'current' sorting order, as it is not pulling 
the source them out of $sorted array in the correct order.
01/05/2012 10:17:30 AM Jan Schneider Version ⇒ 3.0.10
Queue ⇒ Turba
 
01/05/2012 10:16:57 AM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
I'm not sure what you mean.
01/04/2012 02:44:05 PM matthewstephenson1 (at) hotmail (dot) com Comment #1
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Address book selection preferences
Type ⇒ Bug
Reply to this comment
When having multiple address books selected through address book 
preferences, whilst saving correctly, when revisited through the 
preferences screen does not reflect the true sorting order of the 
address books selected.

I suggest:-

ksort($sorted); be inserted on line 248 prior to foreach ($sorted as $val) {

in file: /horde/turba/lib/Application.php

Saved Queries