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
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 3.0.3
Patch committed in r14243 with slight changes and a test, thanks.
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from Resolved to Closed
Actions