Actions
Patch #19793
closedAdding flash messages to files_controller#create
Start date:
Due date:
% Done:
0%
Estimated time:
Description
When you create a new file with empty attachments it redirects to the index view but with no error message.
Now it returns to the new view with a flash message and if the upload is successful, it displays a notice flash.
also changed !attachments.empty? to attachments.any?
Files
Actions