[Feature] Open batch action in new window and/or without alert message
It's easy to open action in new window but i can't do it with batch action.
Could you add new option for this ?
And an other option not to show the proceed message ?
I would like to use this batch action to generate (in a new window) a PDF of selected entities. It's not a critical action, don't need proceed message.
Yea.. It would be very nice to have feature to disable confirm modal popup. In our case, we using to generate zip file and download it.
To be able to open it in a new window we would need to set batchForm.setAttribute('target', '_blank'); somewhere between these lines
https://github.com/EasyCorp/EasyAdminBundle/blob/4975b02da81f8152b1789b67778ca53844b1e114/assets/js/app.js#L353-L379
Any updates here? My use case is a mass edit of records. The popup just doesn't make sense here. In this case, we need to just submit required parameters without additional user confirmation.
+1, how to disable the annoying popup on batch actions?
Thanks for this proposal. I'm closing this issue in favor of #6674, which tries to solve this and other closely related issues. Thanks!