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 |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 37314010d6eab89d9c23eecbf45697f4c46aff24
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jun 2 11:27:40 2014 -0400
Bug: 13238Fix sorting.ansel/templates/view/list.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/37314010d6eab89d9c23eecbf45697f4c46aff24
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ Changing sort direction does not work
Type ⇒ Bug
State ⇒ Unconfirmed
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.