Bugzilla – Attachment 133128 Details for
Bug 29990
Show authority heading use in search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29990: (follow-up) add missing parenthesis
Bug-29990-follow-up-add-missing-parenthesis.patch (text/plain), 1.80 KB, created by
Victor Grousset/tuxayo
on 2022-04-09 22:40:58 UTC
(
hide
)
Description:
Bug 29990: (follow-up) add missing parenthesis
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2022-04-09 22:40:58 UTC
Size:
1.80 KB
patch
obsolete
>From c32484cccfad731706a08692f8ed58d3576f2f13 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Sun, 10 Apr 2022 00:36:31 +0200 >Subject: [PATCH] Bug 29990: (follow-up) add missing parenthesis > >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 9b77307ecb..331836cfe2 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -617,7 +617,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ShowAllCheckins', '0', '', 'Show all checkins', 'YesNo'), > ('ShowComponentRecords', 'nowhere', 'nowhere|staff|opac|both','In which record detail pages to show list of the component records, as linked via 773','Choice'), > ('MaxComponentRecords', '300', '','Max number of component records to display','Integer'), >-('ShowHeadingUse', '0', NULL, 'Show whether authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title', 'YesNo' >+('ShowHeadingUse', '0', NULL, 'Show whether authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title', 'YesNo'), > ('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), > ('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), > ('ShowReviewer','full','none|full|first|surname|firstandinitial|username','Choose how a commenter\'s identity is presented alongside comments in the OPAC','Choice'), >-- >2.35.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 29990
:
130034
|
130035
|
131583
|
131617
|
132606
|
132607
|
132608
|
133128