Hi all,
Node Reference 6.x-2.8 Node Reference URL Widget 6.x-1.6 Drupal 6.19
I have a content type with a cck field nodereference_url.
For non-admin roles, if I configure the field to be a selected list, it's works fine, users can select node's title. But if I configure the field to be an autocomplete widget (Use autocomplete widget), non-admin roles can't select node's title.
This role have access to edit_field_xxx. It's works when it's a selected list but not when it's autocomplete widget.
Autocomplete widget works fine for admin users.
Anyone know what's happend ?
Thanks a lot
What happens when you hit the autocomplete path directly, as a non admin user?
What happens when you use the autocomplete widget not as a fallback to the noderefrence_url widget but by itself?
Have you checked the issue queue for nodereference_url?
On 11/09/2010 04:45 AM, ceooph+drupallist@gmail.com wrote:
Hi all,
Node Reference 6.x-2.8 Node Reference URL Widget 6.x-1.6 Drupal 6.19
I have a content type with a cck field nodereference_url.
For non-admin roles, if I configure the field to be a selected list, it's works fine, users can select node's title. But if I configure the field to be an autocomplete widget (Use autocomplete widget), non-admin roles can't select node's title.
This role have access to edit_field_xxx. It's works when it's a selected list but not when it's autocomplete widget.
Autocomplete widget works fine for admin users.
Anyone know what's happend ?
Thanks a lot