Bugzilla – Attachment 155138 Details for
Bug 33239
Add the ability to run borrowers-force-messaging-defaults.pl only on a specified message name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33239: (QA follow-up) Tidy and improve description
Bug-33239-QA-follow-up-Tidy-and-improve-descriptio.patch (text/plain), 1.88 KB, created by
Kyle M Hall (khall)
on 2023-09-01 17:03:29 UTC
(
hide
)
Description:
Bug 33239: (QA follow-up) Tidy and improve description
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-09-01 17:03:29 UTC
Size:
1.88 KB
patch
obsolete
>From 83dfd3d21e31fc0fab56efd993b6a9c7b921e23a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 1 Sep 2023 13:02:26 -0400 >Subject: [PATCH] Bug 33239: (QA follow-up) Tidy and improve description > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../borrowers-force-messaging-defaults.pl | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > >diff --git a/misc/maintenance/borrowers-force-messaging-defaults.pl b/misc/maintenance/borrowers-force-messaging-defaults.pl >index 9d99cb68356..be5bbb029d0 100755 >--- a/misc/maintenance/borrowers-force-messaging-defaults.pl >+++ b/misc/maintenance/borrowers-force-messaging-defaults.pl >@@ -78,14 +78,14 @@ WHERE 1|; > > my ( $doit, $since, $help, $not_expired, $no_overwrite, $category, $branchcode, $message_name ); > my $result = GetOptions( >- 'doit' => \$doit, >- 'since:s' => \$since, >- 'not-expired' => \$not_expired, >- 'no-overwrite' => \$no_overwrite, >- 'category:s' => \$category, >- 'library:s' => \$branchcode, >+ 'doit' => \$doit, >+ 'since:s' => \$since, >+ 'not-expired' => \$not_expired, >+ 'no-overwrite' => \$no_overwrite, >+ 'category:s' => \$category, >+ 'library:s' => \$branchcode, > 'message-name:s' => \$message_name, >- 'help|h' => \$help, >+ 'help|h' => \$help, > ); > > usage() if $help; >@@ -143,12 +143,13 @@ Will only update patrons in the category specified. > > =item B<--library> > >-Will only update patrons whose home library matches the given library id >+Will only update patrons whose home library matches the given library id. > > =item B<--message-name> > > Will only update the specified message name. > List of values can be found in installer/data/mysql/mandatory/sample_notices_message_attributes.sql >+or in message_attributes.message_name in the database. > > =item B<--since> > >-- >2.30.2
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 33239
:
148249
|
148250
|
151696
|
155137
| 155138