Actualiza el plugin Additionals a 3.0.2-master
This commit is contained in:
parent
3b6a41320c
commit
cfa0d58b18
164 changed files with 2027 additions and 58190 deletions
|
@ -6,7 +6,6 @@ class DashboardAsyncBlocksController < ApplicationController
|
|||
|
||||
helper :additionals_routes
|
||||
helper :additionals_queries
|
||||
helper :additionals_tag
|
||||
helper :queries
|
||||
helper :issues
|
||||
helper :activities
|
||||
|
@ -14,6 +13,12 @@ class DashboardAsyncBlocksController < ApplicationController
|
|||
|
||||
include DashboardsHelper
|
||||
|
||||
# support for redmine_contacts_helpdesk plugin
|
||||
if Redmine::Plugin.installed? 'redmine_contacts_helpdesk'
|
||||
include HelpdeskHelper
|
||||
helper :helpdesk
|
||||
end
|
||||
|
||||
rescue_from Query::StatementInvalid, with: :query_statement_invalid
|
||||
rescue_from StandardError, with: :dashboard_with_invalid_block
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue