Skip to content

Commit

Permalink
Support of Redmine Tags plugin (Loriowar#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andy committed Sep 3, 2018
1 parent 8781bf6 commit 8b86331
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/issues_trees_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ class IssuesTreesController < ApplicationController
helper :issues
helper :versions

if Redmine::Plugin.installed?(:redmineup_tags)
helper :tags
helper :issues_tags
end

menu_item :issues, only: :tree_index

# This filter, additionally, checks permissions in a project
Expand Down

0 comments on commit 8b86331

Please sign in to comment.