Closed (fixed)
Project:
Flag
Version:
7.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Nov 2011 at 15:00 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joachim commentedSorting by the flagged time works, though obviously if you wanted a secondary sort on say the title you'd run into problems.
This would need a custom handler that casts the flagged time to a boolean that can then be sorted on.
Comment #2
joachim commentedComment #3
joachim commentedIssue #1355864 by joachim: Added a Views sort handler for flagged / unflagged.
Committed this patch with the handler tweaked slightly.
Comment #4
joachim commentedCould be backported fairly easily:
- for 7--2, change the table names
- for 6--2, check handler methods work with Views 2.
Comment #5
socketwench commented7.x-2.x backpoint.
Comment #6
joachim commentedThanks for the backport. Committed.