xmera-circle / redmine_workload

[Fork] Calculate user workload over time
6 stars 3 forks source link

Fix modules so the plugin works in Redmine 5 #19

Closed roman-vanicek closed 1 year ago

roman-vanicek commented 1 year ago

The codebase does not work in Redmine 5.0.5 (maybe earlier). This PR fixes modules and hook file name.

To run tests additional file Gemfile with gem 'mocha', (Gem.ruby_version < Gem::Version.new('2.7.0') ? ['>= 1.4.0', '< 2.0.0'] : '>= 1.4.0') is required (may be an environment issue). This is not included.

No functional modifications.

liaham commented 1 year ago

Hi @roman-vanicek,

Could you please make a new pull request and compare your changes with the develop branch?

Unfortunately, I cannot change that.

The new PR of you can then run against the automated test I created via GitHub actions.

Thank you very much!