Bugzilla – Attachment 119524 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: Fix syspref's value selection
Bug-18989-Fix-sysprefs-value-selection.patch (text/plain), 1.25 KB, created by
Jonathan Druart
on 2021-04-13 09:20:10 UTC
(
hide
)
Description:
Bug 18989: Fix syspref's value selection
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-04-13 09:20:10 UTC
Size:
1.25 KB
patch
obsolete
>From a85e3a439719a9708d9d9031560db72a29e2c996 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 13 Apr 2021 11:19:06 +0200 >Subject: [PATCH] Bug 18989: Fix syspref's value selection > >See commit 1fe1b704f9a81172f2a6b86367b314572a854d18 > Bug 22824: Fix yes/no vs 1/0 >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index 14efbc8eb8b..9557f8c6d22 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -655,8 +655,8 @@ OPAC: > - pref: OpacHiddenItemsHidesRecord > default: 1 > choices: >- no: "Don't hide" >- yes: Hide >+ 0: "Don't hide" >+ 1: Hide > - "the bibliographic record when all its items are hidden by <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacHiddenItems'>OpacHiddenItems</a>." > - > - pref: OpacAllowPublicListCreation >-- >2.20.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 18989
:
109656
|
109657
|
114738
|
116000
|
116001
|
116002
|
116003
|
119524
|
119784
|
119785
|
119786
|
119787
|
119788
|
120137
|
120138
|
120171
|
120431
|
120432
|
120558