The javascript file uses a global "id" variable where it looks like it was intended to use a local variable. This seems to be causing conflicts in some situations, for example when trying to use a relation select field on a fieldable_panels_panes entity - not sure exactly why, as that module doesn't appear to be using a conflicting global variable name, but making the variable local seems to fix the issue nonetheless.

Comments

john morahan’s picture

Forgot to mention this is also in the 7.x-1.x--develop-normalize branch, though I believe the same issue exists in 7.x-1.x

kingdutch’s picture

StatusFileSize
new1017 bytes

Was about to mark this as RTBC, however I found another occurrence of this bug which is fixed in the attached patch.