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

event_notification has no effect #10

Open davidhoover opened 10 years ago

davidhoover commented 10 years ago

Hi,

I installed the event_notifications plugin in our Redmine installation (v2.5.1), and then enabled it in the administrative plugin interface. However, nothing else happened. The users do not see any extra checkboxes, and nothing was enabled. Is there some customization I must do to the plugin to allow something to actually happen?

David

davidhoover commented 10 years ago

OK, more information. I believe the problem was that another plugin (redmine_send_emails) was interfering with event_notifications. I think it is because they are fighting over the same field name ('mail_notification'). Once I unloaded the redmine_send_emails plugin, event_notifications worked. Go figure.

jrupesh commented 10 years ago

The mail notification is been aliased. This needs to be checked during plugin installation. I will try to handle this cases. But this is a very general limitation with the plugin usage.

BRUTEF0RCE commented 9 years ago

I do not have the redmine_send_emails plugin and I do have the same issue. I do have a lot of other plugin however... Any other plugin you know of that might create this problem or any receipe to do in order to verify who is the culprit in this plugin interference?

Thanks

jrupesh commented 9 years ago

@BRUTEF0RCE In the admin settings, Have you checked all the mail notification settings ?