https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40227 Bug ID: 40227 Summary: When TT notices fail at generation, no error is visible in the interface Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: marion.durand@biblibre.com QA Contact: testopia@bugs.koha-community.org When using an invalid letter model, the notification will not be generated and will not appear as failed in the message_queue table. There is no way to see that a notification has failed to generate (except by knowing he has requested a notice that has not appeared, it is easy for welcome as it is manual but way harder for DUE, PPREDUE, ... that are automaticly generated). Step to reproduce : 1- Select a borrower with an email address (primay email, no need to be a valid one) 2- On the detail page of the patron, click on "More" then "Send welcoe notice" 3- In tab Notices, check that it is generated correctly (default model) 4- Go to Tools > Notices and slip 5- Update the notice WELCOME with the following model ``` Welcome [% borrower.date_due %] ``` No warning is generated on the interface when saving 6- Repeat step 2 7- No notice is generated, no interface warning/error/message is generated, no log error either : the librarian has no way of knowing that it has failed ! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.