Currently, we're generating a form that is displayed at the bottom of the modal (below the view), embedding the view markup in the view is causing issues with the exposed filters form, because of this we have to maintain a fake entity_ids hidden field that pull the values from the view rows (this currently seem to cause issues.
I lately noticed a bug that happens when clicking on "select all" and then "unselect all", the hidden field contains the wrong entity ids to send. We should find a way to embed the view in our form making it easy to fetch the values in our ajax callback (Patch following).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entityreference_view_widget-embed-views-in-modal-form-2247045-1.patch | 6.09 KB | jsacksick |
Comments
Comment #1
jsacksick commentedComment #3
jsacksick commentedComment #4
jsacksick commentedComment #5
jsacksick commented