Loriowar / redmine_issues_tree

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

It works in 5.1 with this change #139

Open R-i-c-k-y opened 1 year ago

R-i-c-k-y commented 1 year ago

in redmine_issues_tree.rb you added:

module RedmineIssuesTree VERSION = '0.0.15' end

so you have to remove version.rb from lib/redmine_issues_tree

Loriowar commented 1 year ago

It might works, but for Redmine 5.1.0 need to create new branch and properly compare and migrate all modified partials/views. In such approach, this will be checked plugin release compatible with the new Redmine version. Untill that you can use different workarounds, but no guarantee of correct work for all use cases.

konsta61 commented 3 months ago

Any plans to support Redmine 5.1 ?