Closed roman-vanicek closed 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!
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.