teleological / redmine_stealth

Sometimes sneaky is good. This plugin works like a mute button for Redmine notification emails.
http://teleological.github.com/redmine_stealth
GNU General Public License v2.0
31 stars 35 forks source link

NoMethodError in Welcome#index #11

Closed mashit closed 12 years ago

mashit commented 12 years ago

I am getting following error after installing the plugin.

Showing app/views/layouts/base.html.erb where line #25 raised:

undefined method `+' for nil:NilClass

my redmine version is 1.3.0

please provide some guidance on how to solve this issue.

teleological commented 12 years ago

Are you using any other plugins? It sounds like body_css_classes may be returning nil.

mashit commented 12 years ago

yes i using few other plugins

ey123 commented 12 years ago

Same problem here.

Redmine 1.3 body_css_classes returns nil.

No other plugin uses body_css_classes Please advise

Thanks, Eyal

teleological commented 12 years ago

Does the latest commit resolve the issue?

teleological commented 12 years ago

I think this was fixed in ad42f285624e6bf9f24c6986ac26cf7757d9bf95, but please reopen if you find otherwise.