Actions
Bug #1804
closedxmera Omnia - Collection #1775: Fix smaller bugs in some components
Respond_to was called multiple times
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
An ActionController::RespondToMismatchError occurred in dashboard_async_blocks#create:
respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action.
plugins/redmine_dashboards/app/controllers/dashboard_async_blocks_controller.rb:95:in `dashboard_with_invalid_block'
Actions