Skip to content

Commit

Permalink
Fix issue Loriowar#109
Browse files Browse the repository at this point in the history
  • Loading branch information
reddybednar committed Mar 2, 2021
1 parent 223014c commit 7de8f8c
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 7de8f8c

Please sign in to comment.