Allows the module to have duplicated notifications (user_id, key, key_id)
Example :
If i have workflow validation on a model. We have to notify concerned users. If the object is refused, another notification will be created and assign to the object creator. After modify the object to be in phase with the validation, he will ask for a new validation on the same object. In this case the notification will be the same as the first one. The module as is actually done does not permit the behavior... So i propose an update that allows it. We just have to specify in the config if we want to allow duplicate notification.
Allows the module to have duplicated notifications (user_id, key, key_id)
Example : If i have workflow validation on a model. We have to notify concerned users. If the object is refused, another notification will be created and assign to the object creator. After modify the object to be in phase with the validation, he will ask for a new validation on the same object. In this case the notification will be the same as the first one. The module as is actually done does not permit the behavior... So i propose an update that allows it. We just have to specify in the config if we want to allow duplicate notification.
Thanks.