Hi there

I created a simple queue and configured it to "treat translation nodes as a single node". When I call nodequeue_load_nodes() for its subqueue I never get translations. If I browse the page in my non-default language the call to that function returns no node at all.

In nodequeue_load_nodes() there is this addTag('node_access'); which restricts the access only to nodes in the current language. However, it should also load translations.

Please condier my patch that changes the function to also load translations if i18n==1.

Thanks!
Michael

CommentFileSizeAuthor
nodequeue.patch844 bytesmiruoss

Comments

Status: Needs review » Needs work

The last submitted patch, nodequeue.patch, failed testing.