Open davidhoover opened 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.
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.
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
@BRUTEF0RCE In the admin settings, Have you checked all the mail notification settings ?
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