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

enable default treeview on top Issues page #77

Closed xiaoli closed 6 years ago

xiaoli commented 6 years ago

Just to clarify: the default tree view was only available on issues page of /project/xxx/. So I've made some changes to enable it also on top /issues page.

66 - Minor bugs in 3.4

Loriowar commented 6 years ago

There is a comment do not change behaviour of issues#index for all projects. This behavior is not a weaknesses. This is feature, because any Redmine installation with lots of issues will freeze a browser page for a long time or crash it. For example, some people have >100k issues. In this case, the plugin try to render all issues in a tree view on a single page and this is not a good idea. So, if you want do it right, then add one more system setting for plugin. This setting must enable tree view for all projects and must be disabled by default.

xiaoli commented 6 years ago

I agree with your comment, so here are commits for adding one more setting and disabled by default.

Loriowar commented 6 years ago

Implemented in linked commits.