The checkboxes are missing when display suite is used to layout the Entityreverence Views Widget view mode for taxonomies. Using the core field ui it works ok.

Comments

Wouter Van den Bosch’s picture

I can confirm this issue.

Anonymous’s picture

I can confirm this as well....really frustrating because it ALMOST does exactly what I need but I can't use Realname fields or other nice little variations.

Any ideas WHY this might be happening? I'm willing to be a guinea pig if anybody has an idea(s)...

henrijs.seso’s picture

I managed to add "Add" checkbox with custom code field. Here is code (enable tokens):

<!--entityreference-view-widget-action-[node:nid]-->

Unfortunatly I cannot quickly find a way to make "Remove" checkbox to appear. entityreference_view_widget uses some wired code to swap add/remove form items.

danielbeeke2’s picture

I found out that the remove field can be added with a preprocess field with the name remove.

henrijs.seso’s picture

Also, there are few alternative modules that does same thing, f. ex. References dialog, Inline Entity forms.

bojanz’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (won't fix)

The 1.x branch is frozen, the 2.x branch no longer uses view modes.
Please switch to the 2.x branch :)

bojanz’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev

The 1.x branch is frozen, the 2.x branch no longer uses view modes.
Please switch to the 2.x branch :)