6.0.0-alpha14
7/1/25

[#13238] Changing sort direction does not work
Summary Changing sort direction does not work
Queue Ansel
Queue Version 3.0.1
Type Bug
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester bugs (at) miniskipper (dot) at
Created 06/02/2014 (4047 days ago)
Due
Updated 06/02/2014 (4047 days ago)
Assigned
Resolved 06/02/2014 (4047 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/02/2014 03:30:45 PM Michael Rubinsky Comment #3
Assigned to Michael Rubinsky
State ⇒ Resolved
Reply to this comment
Fixed, thanks!
06/02/2014 03:29:43 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 37314010d6eab89d9c23eecbf45697f4c46aff24
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jun 2 11:27:40 2014 -0400

     Bug: 13238 Fix sorting.

  ansel/templates/view/list.html.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/37314010d6eab89d9c23eecbf45697f4c46aff24
06/02/2014 05:53:12 AM bugs (at) miniskipper (dot) at Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ Changing sort direction does not work
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
When trying to change the sort direction in the gallery list view to 
descending, the sort-parameter is not set. So when clicking the arrow, 
the sorting is reset to name.
The error is in templates/view/list.html.php, line 30. Here 
this->_sortBy is used instead of this->sortBy.

Saved Queries