Closed (duplicate)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 May 2010 at 00:43 UTC
Updated:
26 Oct 2010 at 08:00 UTC
It seems like a nice thing to respect the "sticky" flag within a project issue queue for situations like #784900: *** PROJECT UPDATE ON BARTIK *** (especially http://drupal.org/node/784900#comment-2909466 ).
It seems the default views don't respect it just yet.
Comments
Comment #1
dwwThe problem is that the views work via table sort. So, it's not clear how to respect sorting first by sticky, then by whatever the currently active tablesort is.
The sort order is also slightly complicated by the fact that if you have an active search term, we default to sorting by the search relevance. There's some magic there.
Anyway, sticky is tricky... ;)
Comment #2
mikey_p commentedSeems like anytime you search sticky would no longer apply to the sort. As for any tablesort or otherwise, I think just having the sticky reflected in the default sort, when landing on the issues page for a project would be an improvement.
Comment #3
EvanDonovan commentedI agree with mikey_p's suggestion.
Comment #4
dww#472650: Let project issue view respect the "sticky" flag