orchitech / redmine_reformat

A Swiss-Army Knife for Converting Redmine Rich Text Data
Other
33 stars 6 forks source link

Fixed Planio specific #2

Closed ekho closed 4 years ago

ekho commented 4 years ago

Redmine Agile and Tags plugins implicitly defines module RedmineCrm but not CrmTemplate.

This fixes startup crash

/usr/src/redmine/plugins/redmine_reformat/lib/redmine_reformat/convert_redmine.rb:100:in `<class:ConvertRedmine>': uninitialized constant RedmineReformat::ConvertRedmine::CrmTemplate (NameError)
martincizek commented 4 years ago

Thanks for this one. RedmineCrm left in the code is actually a tribute to @jkraemer from Planio, the author of an early root of this plugin. Never tested by me TBH.