redmine_issues_tree icon indicating copy to clipboard operation
redmine_issues_tree copied to clipboard

It works in 5.1 with this change

Open R-i-c-k-y opened this issue 7 months ago • 1 comments

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

R-i-c-k-y avatar Nov 05 '23 15:11 R-i-c-k-y

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.

Loriowar avatar Nov 06 '23 07:11 Loriowar