Summary | Default sort arrow not visible |
Queue | Trean |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 11/14/2012 (4612 days ago) |
Due | |
Updated | 12/21/2012 (4575 days ago) |
Assigned | 11/15/2012 (4611 days ago) |
Resolved | 12/21/2012 (4575 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit a12cf8c4ac097fda66274395921e6ef8dd297fc5
Author: Chuck Hagenbuch <chuck@horde.org>
Date: Thu Dec 20 22:17:19 2012 -0500
Move "added on" column over to before "clicks" column (part of
Bug #11704)trean/templates/list.html.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/a12cf8c4ac097fda66274395921e6ef8dd297fc5
State ⇒ Feedback
Two observations:
1. The arrow is shown on the "title" column, even though sorting
seems to be done on the "bookmarked on" column. prefs.php also lists
"dt" as the default.
Trean in the prefs backend).
important column?
that it used to be. We can move it.
Two observations:
1. The arrow is shown on the "title" column, even though sorting seems
to be done on the "bookmarked on" column. prefs.php also lists "dt" as
the default.
2. Do we really want the "Bookmarked on" column to be the first/most
important column?
Personally I would have moved it before "Clicks".
Cheers,
Thomas
commit ae49d776cba209deb17f0826af6749ebe08367a9
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Nov 14 14:07:45 2012 -0500
Add missing bookmarked on date field in UI.
Bug: 11704trean/templates/list.html.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/ae49d776cba209deb17f0826af6749ebe08367a9
Assigned to Michael Rubinsky
State ⇒ Assigned
bookmarked on date field, which is not currently being rendered in the
bookmark list.
State ⇒ Feedback
at all), there won't be an arrow of course.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Default sort arrow not visible
Type ⇒ Bug
Queue ⇒ Trean
the columns in trean are sortable like in any other horde application.
Somehow the up/down arrow is not shown in trean by default.
If you change the sort order by clicking a column, it appears.
Guess the default sort order is not given.
Thomas