Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redmine-4.1.0 compat #6

Open
sankaran45 opened this issue Feb 20, 2020 · 2 comments
Open

redmine-4.1.0 compat #6

sankaran45 opened this issue Feb 20, 2020 · 2 comments

Comments

@sankaran45
Copy link

Hi, for redmine-4.1.0 compat i think the following changes are needed:

in init.rb change to change to_prepare to refer to ActiveSupport::Reloader.to_prepare do

in issue_patch.rb change

#alias_method_chain :notified_users, :custom_users
alias_method :notified_users_without_custom_users, :notified_users
alias_method :notified_users, :notified_users_with_custom_users

@kirkpatt
Copy link

Thank you very much! This solved my issue!

@nni06
Copy link

nni06 commented Mar 7, 2022

Hi,
I have upgraded my redmine to
Redmine version 4.2.1.stable
Ruby version 2.5.5-p157 (2019-03-15) [x86_64-linux-gnu]
Rails version 5.2.5
and unfortunately, this plugin does not work. I have done the above changes but I still have the same issue. The redmine server does not even start. Might be a problem of incompatibility with Rails version?
Please help.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants