Closed (works as designed)
Project:
Weight
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2007 at 00:08 UTC
Updated:
14 Feb 2015 at 01:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
quicksketchBecause weight.module uses the sticky column, you can just use Views' built in node filter for 'sticky'. Descending sort lists the items with the lowest weight I believe (backwards from what you'd expect).
Comment #2
harry slaughteryes, use the 'sticky' flag for sorting. this will sort by sticky flag then weight.
Comment #3
bendean commentedThis is no longer working for me.
I added Content: Sticky (desc) as the only sort criteria in a view and it's not causing the sort.
Is this still the correct way to sort views based on Weight?
RESOLVED: It wasn't 100% clear I needed to add both Sticky (desc) and Weight (asc) to sort.