Bugzilla – Attachment 163709 Details for
Bug 35457
Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35457: Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences
Bug-35457-Move-SerialsDefaultEMailAddress-and-Seri.patch (text/plain), 4.70 KB, created by
Emily Lamancusa (emlam)
on 2024-03-22 14:39:00 UTC
(
hide
)
Description:
Bug 35457: Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-03-22 14:39:00 UTC
Size:
4.70 KB
patch
obsolete
>From 0a5dee49baa04851f71e1a7f7fb0b0a6d7d85c5d Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 26 Jan 2024 09:48:34 -0500 >Subject: [PATCH] Bug 35457: Move SerialsDefaultEMailAddress and > SerialsDefaultReplyTo to serials preferences > >This patch moved the SerialsDefaultEMailAddress system preference and >the SerialsDefaultReplyTo system preference to the Serials preferences. > >To test: >1. Apply patch >2. Go to Administration > System preferences > Acquisitions > --> SerialsDefaultEMailAddress and SerialsDefaultReplyTo should not > be there >3. Go to Administration > System preferences > Serials > --> There should be a new section called "Notifications" with > the two system preferences > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../en/modules/admin/preferences/acquisitions.pref | 12 ------------ > .../prog/en/modules/admin/preferences/serials.pref | 14 ++++++++++++++ > 2 files changed, 14 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >index 990b7b91ae..d8ac0011e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >@@ -132,24 +132,12 @@ Acquisitions: > class: email > - 'when sending acquisitions order and claim notices.' > - '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >- - >- - Use the from email address >- - pref: SerialsDefaultEMailAddress >- class: email >- - 'when sending serial claim notices.' >- - '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' > - > - Use the reply-to email address > - pref: AcquisitionsDefaultReplyTo > class: email > - 'when sending acquisitions order and claim notices.' > - '<br>If left empty, it will fall back to the first defined address in the following list: library reply-to, library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >- - >- - Use the reply-to email address >- - pref: SerialsDefaultReplyTo >- class: email >- - 'when sending serial claim notices.' >- - '<br>If left empty, it will fall back to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' > Printing: > - > - Use the >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >index e24ea209a6..17dc2620b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >@@ -68,3 +68,17 @@ Serials: > - pref: SerialsSearchResultsLimit > class: integer > - first serials when performing an advanced serials search. >+ >+ Notifications: >+ - >+ - Use the from email address >+ - pref: SerialsDefaultEMailAddress >+ class: email >+ - 'when sending serial claim notices.' >+ - '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >+ - >+ - Use the reply-to email address >+ - pref: SerialsDefaultReplyTo >+ class: email >+ - 'when sending serial claim notices.' >+ - '<br>If left empty, it will fall back to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >-- >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 35457
:
161543
|
161787
| 163709