Bugzilla – Attachment 158411 Details for
Bug 34188
Require library selection when logging in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34188: (QA follow-up) Fix different versions of system preference name: Force(d)LibrarySelection
Bug-34188-QA-follow-up-Fix-different-versions-of-s.patch (text/plain), 2.44 KB, created by
Katrin Fischer
on 2023-11-04 23:55:40 UTC
(
hide
)
Description:
Bug 34188: (QA follow-up) Fix different versions of system preference name: Force(d)LibrarySelection
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 23:55:40 UTC
Size:
2.44 KB
patch
obsolete
>From 01fba184f1ff1a339149b12acfb0089ce990d75f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 4 Nov 2023 23:46:39 +0000 >Subject: [PATCH] Bug 34188: (QA follow-up) Fix different versions of system > preference name: Force(d)LibrarySelection > >There were references to ForceLibrarySelection and ForceLibrarySelection (notice >the additional d) in the patch. > >Standardized to: ForceLibrarySelection > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/atomicupdate/bug_34188.pl | 2 +- > .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_34188.pl b/installer/data/mysql/atomicupdate/bug_34188.pl >index a38be9eace..587e0c1b9d 100755 >--- a/installer/data/mysql/atomicupdate/bug_34188.pl >+++ b/installer/data/mysql/atomicupdate/bug_34188.pl >@@ -13,7 +13,7 @@ return { > ); > > # sysprefs >- say $out "Added new system preference 'ForcedLibrarySelection'"; >+ say $out "Added new system preference 'ForceLibrarySelection'"; > > }, > }; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >index af54800354..84238d0e53 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >@@ -139,7 +139,7 @@ Administration: > 1: "Yes" > 0: "No" > - >- - pref: ForcedLibrarySelection >+ - pref: ForceLibrarySelection > choices: > 1: "Force" > 0: "Don't force" >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index b5653ae3f9..6688888049 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -129,7 +129,7 @@ > <option value="[% l.branchcode | html %]">[% l.branchname | html %]</option> > [% END %] > </select> >- [% IF Koha.Preference('ForcedLibrarySelection') %] >+ [% IF Koha.Preference('ForceLibrarySelection') %] > <span class="required">Required</span> > [% END %] > </p> >-- >2.30.2
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 34188
:
153337
|
153338
|
153348
|
153563
|
153605
|
157285
|
158408
|
158409
|
158410
| 158411 |
158412