jrupesh / event_notifications

Redmine event notifications : Add event notification options to the each event at the redmine project. For EX: notifications can be enabled / disabled on each document added or news added. Further the tracking can be done at the issue tracker level.
BSD 3-Clause "New" or "Revised" License
28 stars 26 forks source link

Redmine 2.3.0 - Error while installing plugin #6

Open fmaitrot opened 10 years ago

fmaitrot commented 10 years ago

Hi, After install and activate the plugin, the account page is not yet available (HTTP 500).

Log shows the following error : ActionView::Template::Error (undefined method `no_self_notified' for #

Environment: Redmine version 2.3.0.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.13 Environment production Database adapter Mysql2 Redmine plugins: event_notifications 2.0.0

I modify /event_notifications/app/views/users/_mail_notifications.html.erb in order to fix the problem.

Regards,

jrupesh commented 10 years ago

The plugin was checked on a Redmine version 2.3.3. Not checked on 2.3.0

poxtihc commented 10 years ago

What I have to modify in /event_notifications/app/views/users/_mail_notifications.html.erb to fix the problem?