You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed an issue with the CSV Export built-in action. When the name of the file has a slash or a backslash, it throws the following exception:
The filename and the fallback cannot contain the "/" and "\" characters.
If that's intended, could validation be added to that field at least? It just silently fails (no errors on the frontend, it just keeps the modal open) and you have no idea why until you manually find the error in laravel.log.
Detailed steps to reproduce the issue on a fresh Nova installation:
Description:
Noticed an issue with the CSV Export built-in action. When the name of the file has a slash or a backslash, it throws the following exception:
If that's intended, could validation be added to that field at least? It just silently fails (no errors on the frontend, it just keeps the modal open) and you have no idea why until you manually find the error in
laravel.log
.Detailed steps to reproduce the issue on a fresh Nova installation:
The text was updated successfully, but these errors were encountered: