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).

Comments

jsacksick’s picture

Status: Active » Needs review
StatusFileSize
new6.09 KB

  • Commit 5dd4ab9 on 7.x-2.x by jsacksick:
    Issue #2247045 by jsacksick: Embed the view in the modal form.
    
jsacksick’s picture

Status: Needs review » Fixed
jsacksick’s picture

Title: Embed the view in the form containing the submit function » Embed the view in the form instead of displaying it below our form
jsacksick’s picture

Title: Embed the view in the form instead of displaying it below our form » Embed the view in the form instead of displaying it above our form

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.