Bugzilla – Attachment 119788 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.31 KB, created by
Katrin Fischer
on 2021-04-17 12:29:27 UTC
(
hide
)
Description:
Bug 18989: Fix syspref's value selection
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-17 12:29:27 UTC
Size:
1.31 KB
patch
obsolete
>From 8613f00b0fa8e7fe5b6de3756a374c92b8ca6f31 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/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 fa72a483e1..493777fd73 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 >@@ -659,8 +659,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.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