I can also confirm a javascript error that occurs in "browserUpdate" function in it's very first line (instanceId = ui.item.attr('id'),).

That var is never found and that may possibly lead to the link misfiring.

Comments

capellic’s picture

I noticed that when I clicked on "remove," I was taken to the node view mode for the node I was trying to remove from the selected list. The JS error is:

TypeError: 'undefined' is not an object (evaluating 'instanceSettings.field_type')

The field is an Entity Reference field referencing nodes. Note that the selected node was already selected for the referring node BEFORE I enabled ERB.

drupix’s picture

This seems to be fixed with this patch, at least for me.

jdanthinne’s picture

Status: Active » Reviewed & tested by the community

Fixed with the mentioned patch.

davidseth’s picture

Assigned: Unassigned » davidseth

Sorry for the lack of attention to this module. I have recently (in the last few months) moved from Tasmania to Queensland, got a new job with Acquia, and had a baby boy!! So it has been slightly busy.

Anyway, onwards and upwards. I will review that patch http://drupal.org/node/1776808 that @drupix mentioned and commit if all is good. I will update this issue once that is done.

Cheers,

David

davidseth’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Patch mentioned in comment #2 has been committed. Please see http://drupal.org/node/1776808

Closing this issue.