You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: