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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2846126-4.patch | 4.25 KB | rajab natshah |
| #3 | Drupal8--entity_browser_enhanced--select-entity--issue-of--select-files--button.png | 51.33 KB | rajab natshah |
Comments
Comment #2
rajab natshahInvestigating ......
Comment #3
rajab natshahI have seen the issue. It's happing . working to fix it.
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.
Comment #4
rajab natshahThe attached patch will fix the issue.
Comment #6
rajab natshahCommitted the patch to the 8.x-1.x development branch.
Comment #7
rajab natshahThank you, credited and reworded!!
Comment #8
jwineichen commentedThat was a super quick fix!
Comment #9
rajab natshah