Bugzilla – Attachment 166411 Details for
Bug 36113
Port default RENEWAL notice to Template Toolkit syntax
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36113: Adjust default RENEWAL notice template to use TT
Bug-36113-Adjust-default-RENEWAL-notice-template-t.patch (text/plain), 1.62 KB, created by
Martin Renvoize (ashimema)
on 2024-05-08 13:14:18 UTC
(
hide
)
Description:
Bug 36113: Adjust default RENEWAL notice template to use TT
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-08 13:14:18 UTC
Size:
1.62 KB
patch
obsolete
>From da2dde56900e158081e4b6eff87a8b831727b44f Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Mon, 15 Apr 2024 17:21:37 -0400 >Subject: [PATCH] Bug 36113: Adjust default RENEWAL notice template to use TT > >Test plan: >1. Apply patch >2. reset_all (or start your testing environment in the first place) >3. Enable the system preference RenewalSendNotice >4. Check an item out to a patron >5. Edit that patron: > a. Enter a value for Primary email > b. Set messaging preference to enable email notices for Item > checkout and renewal >6. Renew the checked-out item >7. Check the patron's Notices tab for the Item renewal notice, and > confirm that the notice is correct > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 9675b3eb4f1..72a1e284553 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -897,9 +897,9 @@ tables: > content: > - "The following items have been renewed:" > - "----" >- - "<<biblio.title>>" >+ - "[% biblio.title %]" > - "----" >- - "Thank you for visiting <<branches.branchname>>." >+ - "Thank you for visiting [% branch.branchname %]." > > - module: circulation > code: SR_SLIP >-- >2.45.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36113
:
164896
|
165069
| 166411