Download action button behaves weirdly
I have a table action that redirects the user to this route ('tickets/{id}/files')
Everything in the function is working fine and I am able to download all the ticket's files in a zip format
After downloading the zip file there are two notifications, why?
When I click the button again, an empty form appears. Pressing the submit button downloads the files.
When I click the button again on another row, the pervious file is downloaded again
What causes these issues?
2 Replies