software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

conflict with redmine-budget-plugin #15

Closed lejzik closed 14 years ago

lejzik commented 14 years ago

after installing Redmine-budget-plugin instead of issues list appears an error:

NoMethodError in Issues#index Showing app/views/issues/_list.rhtml where line #30 raised: undefined method `deliverable_subject' for #Issue:0x7f5ec9595a40 (...)

any possibility for patch?

software-project commented 14 years ago

It seems to be an Budget plugin error not mine. I can help fix errors related to my work. I can try to fix budget plugin but on commercial terms.

Steph0 commented 14 years ago

Hi there,

We are using Redmine and the scrum-pm plugin in our development team and we managed to reproduce and fix this bug. This is a conflict with another plugin called budget-plugin. Both of budget and scrum-pm plugins are using a module IssuePatch in their lib folders called by their init.rb.

To fix this conflict we decided to rename the module IssuePatch to IssuePatchSprint in the Scrum-pm plugin.

See : https://projects.littlestreamsoftware.com/issues/3659