They are not working together with relation select when adding/editing.
There is no error it just doesn't search for entities so i cannot select the entity.
Any ideas why?

Comments

howto’s picture

I have same error when use this field (type=relation; widget type='relation_select') with field "line_item_manager" (module commerce_line_item http://drupal.org/project/commerce). I only search for entities but i can not select entity. When i remove field "line_item_manager", it work correctly.
But ... unfornately i don't know the bug exactly .
Anyone else discover this bug?

ben_scott’s picture

Hi -

It sounds like the javascript for selecting items is getting overwritten somewhere...I'll look into it.

Cheers,

Ben

anou’s picture

I confirm that it's not functionning with wysiwyg. If I disable wywiwyg I get to select content but

  1. the ajax pager is not working. can't see other pages of results
  2. the selected content for relation are not saved

I'll continue my tests to try to make it work, but it seems that tere is too much conflict for the moment...

Cheers.

Anonymous’s picture

This is the error message I get:

relationSelectItems[id] is undefined
[Break On This Error] relationSelectItems[id]['element']);

Hope it would make any sense to you :)

cheers!

thissideup’s picture

just for a heads up:
#1307674: Notice: Undefined index: view_path in views_ajax(), line 26 of /sites/all/modules/views/includes/ajax.inc is possibly the same bug. the ajax inside rs gets mixed up when other ajax requests are done.

pdcarto’s picture

Priority: Normal » Critical

This is definitely blocker for use on production sites that need wysiwyg (including mine, slated for launch in 10 days, which it's looking like we'll have to do without a wysiwyg editor enabled). Hope nobody's offended if I change priority to critical!

steveoliver’s picture

@anou, in comment #3 "the ajax pager is not working. can't see other pages of results", see: #1730262: AJAX errors using Views mini pager

steveoliver’s picture

Issue summary: View changes

edited*