Closed (won't fix)
Project:
Entity Reference View Widget
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 21:03 UTC
Updated:
16 Aug 2017 at 12:23 UTC
Jump to comment: Most recent
Comments
Comment #1
nejcmenard commentedHaving the same problem.... any solutions yet?
Comment #2
Wouter Van den Bosch commentedsame issue
Comment #3
Mark F commentedGetting this too
Comment #4
ohthehugemanatee commentedGuys, the rendered entity for this module is a display type for the User Entity. Go to admin/config/people/accounts/display/entityreference_view_widget , and set the fields to be visible there. I have no idea why it defaults everything but history to be hidden... but it's simple to remedy. :)
Comment #5
7wonders commentedyep, and use display suite module to expose more fields.
Comment #6
Wouter Van den Bosch commented@7 Wonders
You gave me some hope there, but when activating Display Suite, my checkbox disappears as per this issue
Comment #7
7wonders commented@Wouter
I reccomend looking at this issue:
http://drupal.org/node/1382488
And keeping an eye on the sandbox module mentioned in that issue. It doesnt support users yet.
Comment #8
nejcmenard commentedas per suggestion by ohthehugemanatee, it works. the problem i have is: the context of group id does not get info the widget on create node, only on edit. any suggestions?
PS: using mainly -dev versions.
Comment #9
bojanz commentedThe solution is to switch to the 2.x branch which no longer uses view modes, so you can add any fields you want.
Comment #10
geraldito commentedAnd what if display type "entityreference_view_widget" for User Entity doesn't exist? Do I have to create that manually with DS or should that exist after activating the module?