Closed (fixed)
Project:
Node Order
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2013 at 14:53 UTC
Updated:
24 Jul 2014 at 00:50 UTC
Jump to comment: Most recent
Node order works only with a limit of 20 nodes. This is due to the use of a static value instead of dynamically calculated value as the weight delta.
On line 47 in nodeorder.admin.inc change
'#delta' => 10,
to
'#delta' => $weight_delta,
The value is calculated just a couple of line above, but not used, so I guess it was forgotten.
Comments
Comment #1
chris.jichen commentedI am also experienced this issue. And i have confirmed the above solution is good.
Comment #3
dieuweThis should be fixed in the latest dev.