Bugzilla – Attachment 109657 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: add atomic update
Bug-18989-add-atomic-update.patch (text/plain), 854 bytes, created by
Fridolin Somers
on 2020-09-04 12:50:39 UTC
(
hide
)
Description:
Bug 18989: add atomic update
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2020-09-04 12:50:39 UTC
Size:
854 bytes
patch
obsolete
>From 3773c5d28c58351973405eb44254587602deb5b4 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 4 Sep 2020 14:49:40 +0200 >Subject: [PATCH] Bug 18989: add atomic update > >--- > installer/data/mysql/atomicupdate/bug_18989.sql | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_18989.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_18989.sql b/installer/data/mysql/atomicupdate/bug_18989.sql >new file mode 100644 >index 0000000000..07a3974453 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_18989.sql >@@ -0,0 +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'); >-- >2.27.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