Skip to content

Commit

Permalink
Merge pull request #1550 from xmera-circle/bugfix/some-contoller-hook…
Browse files Browse the repository at this point in the history
…s-wont-get-loaded

Some controller hooks won't get loaded
  • Loading branch information
picman authored Oct 3, 2024
2 parents 4a72aaa + 752fe9f commit 461c85f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/redmine_dmsf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@

# Hooks
def require_hooks
require "#{File.dirname(__FILE__)}/redmine_dmsf/hooks/controllers/account_controller_hooks"
require "#{File.dirname(__FILE__)}/redmine_dmsf/hooks/controllers/issues_controller_hooks"
require "#{File.dirname(__FILE__)}/redmine_dmsf/hooks/controllers/search_controller_hooks"
require "#{File.dirname(__FILE__)}/redmine_dmsf/hooks/views/view_projects_form_hook"
require "#{File.dirname(__FILE__)}/redmine_dmsf/hooks/views/base_view_hooks"
require "#{File.dirname(__FILE__)}/redmine_dmsf/hooks/views/custom_field_view_hooks"
Expand Down

0 comments on commit 461c85f

Please sign in to comment.