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.

CommentFileSizeAuthor
nodequeue_option_defintion.patch787 bytesScott Reynolds

Comments

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

tested it on a site which used nodequeue. still works fine

ezra-g’s picture

Status: Reviewed & tested by the community » Fixed

Looks good and the default views are defined as expected. Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.