9 May
2024
9 May
'24
8:15 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36122 --- Comment #24 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #23)
That said... looking at this again and I'm not sure that this is 100% solved yet.
Technically, if you moved the status of a suggestion back to "Pending", it would trigger another email.
The solution for this probably would've been to use !$self->in_storage before $self->SUPER::store() to set a flag for email sending.
Another issue is if you have a suggestion as "Pending" and a staff user edits it without changing the status, emails will continue to be sent out. -- You are receiving this mail because: You are watching all bug changes.