The enhanced multiselect appears to break the submit button on other widgets in the same entity browser.

1. Set up an entity browser with a view widget and an upload/entity form widget.
2. Select enhanced multiselect for the view widget.
3. Add node with reference using that entity browser.
4. Attempt to use the upload/entity form widget. Can't because button is greyed out.

Comments

pizzabrarian created an issue. See original summary.

rajab natshah’s picture

Assigned: Unassigned » rajab natshah
Status: Active » Needs work

Investigating ......

rajab natshah’s picture

I have seen the issue. It's happing . working to fix it.

Drupal8 entity_browser_enhanced select entity issue-of select-files button

Seems that Entity Browser is using the same entity-browser-form for all tabs and the same form-actions js-form-wrapper form-wrapper and only changing ajax-wrapper in the middle.

rajab natshah’s picture

StatusFileSize
new4.25 KB

The attached patch will fix the issue.

  • RajabNatshah committed dbd5237 on 8.x-1.x
    Issue #2846126 by RajabNatshah, pizzabrarian: Fixed the issue of...
rajab natshah’s picture

Assigned: rajab natshah » Unassigned
Status: Needs work » Needs review

Committed the patch to the 8.x-1.x development branch.

rajab natshah’s picture

Status: Needs review » Fixed

Thank you, credited and reworded!!

jwineichen’s picture

That was a super quick fix!

rajab natshah’s picture

Status: Fixed » Closed (fixed)