Closed (fixed)
Project:
Flag Weights
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 10:39 UTC
Updated:
29 Mar 2009 at 03:20 UTC
Hi,
the new BETA-release of draggableviews supports paging (at least without producing errors). With the attached patch your handler will generate as many order fields as needed for the current page (or number of results if no paging used). I also removed the switch(..) because I think there's no need for other form types.
Hope this will work :)
greetings,
sevi
| Comment | File | Size | Author |
|---|---|---|---|
| flag_weights.patch | 2.64 KB | sevi |
Comments
Comment #1
lyricnz commentedWhy shouldn't this module support displaying the weights as selects?
Comment #2
sevi commentedIt should display weights as selects but not as hidden-fields. The reason for this is paging-support which needed some modifications (and there will come further modifications with the next version). The set of values must be limited.
Comment #3
lyricnz commentedI think this is the same change that was just applied in [#183198] - Committed patch to CVS - http://drupal.org/cvs?commit=183198