Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In case of deletion of one appointment, system sends email to secretaries anyway even if they have email notifications disabled. #984

Closed
AlessioArtini opened this issue Jan 21, 2021 · 1 comment

Comments

@AlessioArtini
Copy link

AlessioArtini commented Jan 21, 2021

I experienced that in case of deletion of one appointment, system sends email to secretaries anyway even if they have email notifications disabled.
For this reason I suggest to make the following correction on file application/libraries/Notifications.php line 207 as follow:
from if ( ! $secretary['settings']['notifications'] === '0')
to if ( $secretary['settings']['notifications'] === '0')
version 1.4.1

@alextselegidis
Copy link
Owner

Hello!

Thanks for posting.

That's a duplicate of #966 which is already fixed on develop and will be released with 1.4.2

  Alex Tselegidis, Easy!Appointments Creator
  Need a customization? Contact me in person!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants