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 |
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
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
State ⇒ Resolved
Milestone ⇒ 3.0.12
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
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.
Queue ⇒ Turba
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Address book selection preferences
Type ⇒ Bug
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