nanego / redmine_multiprojects_issue

A Redmine plugin which allows you to specify several projects per issue
http://www.redmine.org/plugins/redmine_multiprojects_issue
MIT License
57 stars 29 forks source link

forms changed error in production.log #28

Closed ftrojahn closed 7 years ago

ftrojahn commented 7 years ago

Using branch 3.3-stable from https://github.com/redmine/redmine.git I get in production log:

Deface: [ERROR] The original source for 'show-projects-in-issue-description' has changed, this override should be reviewed to ensure it's still valid.
Deface: [ERROR] The original source for 'add-multiple-projects-to-issue-form' has changed, this override should be reviewed to ensure it's still valid.

so this seems related:

redmine@xx$ grep -r add-multiple-projects-to-issue-form plugins/
plugins/redmine_multiprojects_issue/app/overrides/issues/_form.rb:                     :name         => 'add-multiple-projects-to-issue-form',
redmine@xx$ grep -r show-projects-in-issue-description plugins/
plugins/redmine_multiprojects_issue/app/overrides/issues/show.rb:                     :name         => 'show-projects-in-issue-description',

Anything I can do here to fix this?

Thanx in advance Falko

nanego commented 7 years ago

Actually, these messages are only warnings. You don't have to fix this, the plugin works well with Redmine 3.3