There is no more "qid" in the nodequeue_queue and nodequeue_subqueue tables. So when i update a node it shows me one notice:

Notice: Undefined property: stdClass::$qid in auto_nodequeue_node_update() (line 169 of /Users/xxxx/Sites/xxxx/sites/all/modules/contrib/auto_nodequeue/auto_nodequeue.module).

I think would be correct use "name" instead "qid".

Comments

migueltrindade’s picture

StatusFileSize
new1.12 KB

Here is a patch!

migueltrindade’s picture

Title: Notice when updating a node » Use "name" instead "qid"

Title change to be more specific.

migueltrindade’s picture

StatusFileSize
new1.66 KB

Same happens when inserting a new node. Here is a new patch.

devd’s picture

Status: Active » Closed (fixed)

Fixed.