Needs review
Project:
Real Name
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
25 Mar 2014 at 20:05 UTC
Updated:
7 May 2019 at 01:16 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
japerryFurther investigation from the last comment in #1722112: Autocomplete for entityreference fields reveals that the code replaces the functionality of the entityreference module, but doesn't confirm to the API entityreference uses.
This causes other modules that rely on altering entity reference autocomplete to fail. The patch below fixes that by bringing the menu callbacks in line with what entity reference uses.
You can reproduce by enabling OG adding a user group reference. (or just use the latest commons dev snapshot, which includes the newest version of realname)
Comment #2
scottzak commentedApplying this patch breaks og_ui_add_users form. This was working in Commons 3.9 and no longer works in 3.11. When I undo the patch it begins working again. We're not using trusted contacts, so we don't encounter the original issue (if I understand the issue correctly).
Comment #3
hass commentedComment #4
japerryTry this patch out, it should work better with OG and user reference callbacks.
Comment #5
scottzak commentedThank you very much for working on this. I'll give it a good look.
Comment #6
eacute commentedI confirm that the patch #3 fix the problem with commons 3.13
Comment #7
scottzak commentedPatch #3 seems to solve the problem for me. Thanks again!
Comment #8
hass commentedComment #9
yepaPatch #3 remove notices.
Comment #10
fenstratReroll of #4.