berti92 / mega_calendar

Plugin for redmine: Brings a better calendar and more opportunities to display issues and holidays
http://www.devbert.de/index.php/en/project/megacalendar/
MIT License
70 stars 51 forks source link

Not working in futur version of Redmine 4.x #79

Closed abrochet closed 5 years ago

abrochet commented 6 years ago

Hello,

The plugin is not compatible with the new version of Redmine 4.0 Rails 5.2 :( The method "alias_method_chain" is missing in the new version of Rails 5.x Obviously, it must be replaced by the method "prepend" but I do not know Ruby enough for that...

Is it possible to correct?

berti92 commented 5 years ago

Thank you for your feedback. Tbh I didn't tested it for Redmine 4 for now, I will have a look at it in the next time.

berti92 commented 5 years ago

Sorry for the dumb question, but how do I get V4 ?

abrochet commented 5 years ago

It is not officially released yet I used the version on the trunk. Thanks for helping.

berti92 commented 5 years ago

Should be fixed in this branch https://github.com/berti92/mega_calendar/tree/rails_4_and_5. The branch will be merge into master if the version is released.

abrochet commented 5 years ago

Thank you verry much!

Wajalot commented 5 years ago

It's not working in 4.x version, :-(

berti92 commented 5 years ago

@Wajalot Did you tried it with the rails_4_and_5 branch?