Loriowar / redmine_issues_tree

Provides a tree view of the Redmine issues list
GNU General Public License v3.0
115 stars 72 forks source link

This plugin conflicted with redmineup_tags plugin. #111

Open landall opened 4 years ago

landall commented 4 years ago

Started GET "/projects/test/issues_trees/tree_index?c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=category&c%5B%5D=author&c%5B%5D=assigned_to&c%5B%5D=updated_on&c%5B%5D=cf_1&c%5B%5D=parent.subject&f%5B%5D=status_id&f%5B%5D=tracker_id&f%5B%5D=&group_by=&op%5Bstatus_id%5D=o&op%5Btracker_id%5D=%3D&project_id=test&set_filter=1&sort=id%2Csubject&t%5B%5D=cf_1&t%5B%5D=&v%5Btracker_id%5D%5B%5D=3" for 192.168.124.1 at 2020-06-09 07:07:58 +0000 Processing by IssuesTreesController#tree_index as HTML Parameters: {"c"=>["tracker", "status", "priority", "subject", "category", "author", "assigned_to", "updated_on", "cf_1", "parent.subject"], "f"=>["status_id", "tracker_id", ""], "group_by"=>"", "op"=>{"status_id"=>"o", "tracker_id"=>"="}, "project_id"=>"test", "set_filter"=>"1", "sort"=>"id,subject", "t"=>["cf_1", ""], "v"=>{"tracker_id"=>["3"]}} Current user: admin (id=1) Rendering plugins/redmine_issues_tree/app/views/issues_trees/tree_index.html.erb within layouts/base Rendered plugins/redmine_issues_tree/app/views/issues_trees/_link_to_plain_view.html.haml (3.8ms) Rendered queries/_filters.html.erb (41.3ms) Rendered queries/_columns.html.erb (3.5ms) Rendered plugins/redmine_issues_tree/app/views/issues_trees/_query_form.html.erb (51.8ms) Rendered plugins/redmine_issues_tree/app/views/issues_trees/_tree_node.html.erb (16.7ms) Rendered plugins/redmine_issues_tree/app/views/issues_trees/_tree_list.html.erb (33.6ms) Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_template_link.html.erb (2.9ms) Rendered plugins/redmineup_tags/app/views/issues/_tags_sidebar.html.erb (405.1ms) Rendered issues/_sidebar.html.erb (410.3ms) Rendered plugins/redmine_issues_tree/app/views/issues_trees/tree_index.html.erb within layouts/base (543.1ms) Completed 500 Internal Server Error in 799ms (ActiveRecord: 30.8ms)

ActionView::Template::Error (undefined local variable or method `sidebar_tags' for #<#:0x00007f15ee613d38> Did you mean? sidebar_queries): 1: <% unless sidebar_tags.empty? -%> 2:

landall commented 4 years ago

not a very big thing. just log it.

etoosamoe commented 3 years ago

hello. any workaround?

popy2k14 commented 2 months ago

I have removed the tags plugin for now.