Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2010 at 18:03 UTC
Updated:
14 Feb 2010 at 23:20 UTC
This patch moves over the 'options' function to the 'option_definition' function. This allows for Views 3 to export things with nodequeue properly and 'options' is a depreciated.
/**
* Set default options on this object. Called by the constructor in a
* complex chain to deal with backward compatibility.
*/
function options() { }
This patch works in both Views2 and Views3 and behaves exactly the same as it use to.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_option_defintion.patch | 787 bytes | Scott Reynolds |
Comments
Comment #1
dawehnertested it on a site which used nodequeue. still works fine
Comment #2
ezra-g commentedLooks good and the default views are defined as expected. Committed. Thanks!