Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 14:47 UTC
Updated:
15 Jun 2009 at 16:00 UTC
Currently, the nodequeue_generate module generates the following positions when populating a nodequeue:
1, 3, 5, 7, 9, ...
This happens because $subqueue->count is incremented in both nodequeue_generate_form_submit() and nodequeue_subqueue_add().
Attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_generate_increment.patch | 1.08 KB | wulff |
Comments
Comment #1
ezra-g commentedThis is committed. Thanks!