Summary: | Improve TT validation when saving notice | ||
---|---|---|---|
Product: | Koha | Reporter: | Marion Durand <marion.durand> |
Component: | Notices | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 31211 | ||
Bug Blocks: |
Description
Marion Durand
2025-06-25 11:54:20 UTC
To reproduce : 1- Go to Tools > Notification 2- In any notification template (but for example WELCOME is easy to generate from a patron page), enter the following model: ``` Hello, [% borrower.date_due %] ``` or ``` Hello [% patron.surname %] ``` 3- Click on "Save and continue editing" and display the section (message transport type, for example email) you juste edited. 4- No error message has been added, the template looks valid 5- generate the notification. With the first example, no notification is generated. With the second one, it is generated, but the object is not replaced. |