Bugzilla – Attachment 164896 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.49 KB, created by
Emily Lamancusa (emlam)
on 2024-04-15 21:36:15 UTC
(
hide
)
Description:
Bug 36113: Adjust default RENEWAL notice template to use TT
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-04-15 21:36:15 UTC
Size:
1.49 KB
patch
obsolete
>From 1b25febd2bbc9a69a9ea90b563528166f3bfcce4 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 >--- > 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 9675b3eb4f..72a1e28455 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.34.1
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