Disable ExportAction Modal?
If we are not going to have any export options and have mapping disabled, there really is not need for a modal for an export action. Is there a way to bypass it?
6 Replies
Yes. A normal action instead of an export action.
eh, i have a lot already tied into the existing ExportActions.
Solution
Try setting ->form() and ->modalHeading() to null
i did. no dice
I just tried on our household export action and it bypassed the modal
you know what, i think i had only nulled form and comented out the modalheading in app service provider. Dont think i did actually null out the heading. Great idea and thanks
Confirming that it did indeed work