Bugzilla – Attachment 119787 Details for
Bug 18989
Allow displaying biblios with all items hidden by OpacHiddenItems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18989: (QA follow-up) Have new preference default to current behaviour
Bug-18989-QA-follow-up-Have-new-preference-default.patch (text/plain), 1.18 KB, created by
Katrin Fischer
on 2021-04-17 12:29:22 UTC
(
hide
)
Description:
Bug 18989: (QA follow-up) Have new preference default to current behaviour
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-17 12:29:22 UTC
Size:
1.18 KB
patch
obsolete
>From cee26c989a8705be75d969f02c5eb573c09f8ee1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 29 Jan 2021 00:00:34 +0100 >Subject: [PATCH] Bug 18989: (QA follow-up) Have new preference default to > current behaviour > >At the moments the records are hidden when all items are hidden, so >we need to make sure that we keep this behaviour when the preference >is added. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/atomicupdate/bug_18989.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_18989.sql b/installer/data/mysql/atomicupdate/bug_18989.sql >index 07a3974453..02f059c213 100644 >--- a/installer/data/mysql/atomicupdate/bug_18989.sql >+++ b/installer/data/mysql/atomicupdate/bug_18989.sql >@@ -1,2 +1,2 @@ > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >-('OpacHiddenItemsHidesRecord','0','','Hide biblio record when all its items are hidden because of OpacHiddenItems','YesNo'); >+('OpacHiddenItemsHidesRecord','1','','Hide bibliographic record when all its items are hidden because of OpacHiddenItems','YesNo'); >-- >2.11.0
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 18989
:
109656
|
109657
|
114738
|
116000
|
116001
|
116002
|
116003
|
119524
|
119784
|
119785
|
119786
| 119787 |
119788
|
120137
|
120138
|
120171
|
120431
|
120432
|
120558