Needs work
Project:
Nodequeue
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2012 at 13:40 UTC
Updated:
26 Jul 2012 at 13:43 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue.patch | 844 bytes | miruoss |
Comments