Closed (won't fix)
Project:
Weight
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jul 2006 at 04:18 UTC
Updated:
21 Mar 2007 at 01:36 UTC
1) make one more more nodes sticky
2) go to admin/node page
3) apply sticky filter
4) NOTE: no results
the weight module converts the 'normal' sticky value of 0/1 to a float using node hooks. unfortunately these hooks aren't called when you view nodes in a list context (as on admin/node), so the list sees the 'converted to weight' sticky status, not 0/1.
Comments
Comment #1
jjeff commentedYes. It is arguable that this could be a bug with Drupal. It really should be looking for nodes where sticky > 0 rather than where sticky = 1. Dig?
I'm supposing that with the new formAPI, weight.module could maybe modify the admin/node page form adding an option to sort by weight... or to display node weights in the listing...
Hmmm... just thinking.
-j
Comment #2
harry slaughterI'm simply hiding the 'sort by sticky' status now when weight module is enabled.