Bugzilla – Attachment 178696 Details for
Bug 38108
Make display of table filters in staff interface holdings table configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38108: (QA follow-up) Use say_success in dbrev
Bug-38108-QA-follow-up-Use-saysuccess-in-dbrev.patch (text/plain), 2.32 KB, created by
Emily Lamancusa (emlam)
on 2025-02-25 20:33:05 UTC
(
hide
)
Description:
Bug 38108: (QA follow-up) Use say_success in dbrev
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-02-25 20:33:05 UTC
Size:
2.32 KB
patch
obsolete
>From e3ba7ff6f8698194945a67e2de60803f17ef99b2 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Tue, 25 Feb 2025 20:25:18 +0000 >Subject: [PATCH] Bug 38108: (QA follow-up) Use say_success in dbrev > >Use say_success instead of say when outputting a line that the >system preference was added successfully > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > installer/data/mysql/atomicupdate/bug_38108.pl | 2 +- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_38108.pl b/installer/data/mysql/atomicupdate/bug_38108.pl >index e7bb87df63..930153423a 100755 >--- a/installer/data/mysql/atomicupdate/bug_38108.pl >+++ b/installer/data/mysql/atomicupdate/bug_38108.pl >@@ -16,6 +16,6 @@ return { > ); > > # sysprefs >- say $out "Added new system preference 'AlwaysShowHoldingsTableFilters'"; >+ say_success( $out, "Added new system preference 'AlwaysShowHoldingsTableFilters'" ); > }, > }; >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 0cd7bfc333..1895866f24 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -56,7 +56,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('AlternateHoldingsField','',NULL,'The MARC field/subfield that contains alternate holdings information for bibs taht do not have items attached (e.g. 852abchi for libraries converting from MARC Magician).','free'), > ('AlternateHoldingsSeparator','',NULL,'The string to use to separate subfields in alternate holdings displays.','free'), > ('AlwaysLoadCheckoutsTable','0','','Option to always load the checkout table','Yes/No'), >-('AlwaysShowHoldingsTableFilters','0','','Option to always show filters when loading the holdings table','Yes/No'), >+('AlwaysShowHoldingsTableFilters','0','','Option to always show filters when loading the holdings table','YesNo'), > ('AmazonAssocTag','','','See: http://aws.amazon.com','free'), > ('AmazonCoverImages','0','','Display Cover Images in staff interface from Amazon Web Services','YesNo'), > ('AmazonLocale','US','US|CA|DE|FR|IN|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'), >-- >2.39.5
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 38108
:
178638
|
178639
|
178691
|
178692
|
178694
|
178695
| 178696 |
179171