redmine_arch_decisions
redmine_arch_decisions copied to clipboard
Compatibility with ChiliProject 3.1
When trying to display the activity page of a project under ChiliProject 3.1 with arch decisions enabled, the following error shows up:
NoMethodError (undefined method journal_class_name' for Object:Class): lib/redmine/activity/fetcher.rb:83:in
events'
lib/redmine/activity/fetcher.rb:82:in each' lib/redmine/activity/fetcher.rb:82:in
events'
lib/redmine/activity/fetcher.rb:81:in each' lib/redmine/activity/fetcher.rb:81:in
events'
app/controllers/activities_controller.rb:38:in `index'
It seems this is due to a changed API in ChiliProject (see https://www.chiliproject.org/projects/chiliproject/wiki/Acts_as_journalized). Unfortunately I'm not a Ruby programmer, so I can't really tell how to fix this problem myself ... A patch would be really appreciated.
Thanks,
Roland