tree view of projects with Redmine 4.x.x ?
Added by Ivan Cenov over 5 years ago
Is there a plugin for three view of the projects compatible with new Redmine, 4.x.x ?
Replies (5)
RE: tree view of projects with Redmine 4.x.x ? - Added by Johnson zhuang over 5 years ago
Ivan Cenov wrote:
Is there a plugin for three view of the projects compatible with new Redmine, 4.x.x ?
Hello
Among the plugins I use, there are 2 plugins that can meet your needs.
1, projects tree view
URL:https://github.com/ichizok/projects_tree_view
2, Favorite projects
URL: https://www.redmine.org/plugins/favorite_projects
However, this plugin maybe need to install the CRM plugin first.
hope the above information can help you.
RE: tree view of projects with Redmine 4.x.x ? - Added by Ivan Cenov over 5 years ago
1, projects tree view
URL:https://github.com/ichizok/projects_tree_view
There is a branch for Redmine 3.x there. Does it work in Redmine 4.x?
RE: tree view of projects with Redmine 4.x.x ? - Added by Johnson zhuang over 5 years ago
Ivan Cenov wrote:
1, projects tree view
URL:https://github.com/ichizok/projects_tree_viewThere is a branch for Redmine 3.x there. Does it work in Redmine 4.x?
hi,
yes, it can be used in redmine 4.x,
and it doesn't need a dbase, only restart the redmine.
u can test it on your test system, and delete it whenever you feel inappropriate.
if you know something about html/css, you can also modify it yourself.
hope these responses will help you.
RE: tree view of projects with Redmine 4.x.x ? - Added by Klaus Adler over 4 years ago
With bitnami redmine 4.1.1-3 I get an internal error, when displaying the Project page.
RE: tree view of projects with Redmine 4.x.x ? - Added by Hannah Cuy over 3 years ago
I too get an error with redmine 4.1.1
Rendering plugins/projects_tree_view/app/views/projects/index.html.erb within layouts/base Rendered plugins/projects_tree_view/app/views/projects/index.html.erb within layouts/base (4.5ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 7.2ms) ActionView::Template::Error (undefined method `sort_by' for nil:NilClass): 33: <tbody> 34: <% ancestors = [] %> 35: <% plevel = 0 %> 36: <% project_tree(@projects) do |project, level| %> 37: <% project_id = "%04d" % project.id %> 38: <% (plevel - level).times { ancestors.pop } if (level < plevel) %> 39: <% has_children = !project.children.empty? %> app/models/project.rb:876:in `project_tree' app/helpers/application_helper.rb:559:in `project_tree'@
Do you know how to fix it?