Bugzilla – Attachment 142406 Details for
Bug 31886
No side menu when searching for syspref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31886: Fix no sidebar problem in system pref search
Bug-31886-Fix-no-sidebar-problem-in-system-pref-se.patch (text/plain), 1.81 KB, created by
Katrin Fischer
on 2022-10-21 15:05:10 UTC
(
hide
)
Description:
Bug 31886: Fix no sidebar problem in system pref search
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-21 15:05:10 UTC
Size:
1.81 KB
patch
obsolete
>From e8b23f79b0d1c1071eaa72884a6fce91ad3ce830 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 21 Oct 2022 14:57:08 +0000 >Subject: [PATCH] Bug 31886: Fix no sidebar problem in system pref search > >To test: >1. Go to Adminstration and click on 'Global system preferences' >2. From the left side bar click 'I18N/L10N' and notice no sidebar. >3. Also try 'Serials', no sidebar >4. Apply patch, restart_all >5. Try 1 & 2 again and the sidebar should be restored >6. Try clicking through each of the system preference groups (Accounting, Acquisitions, etc ) and make sure the sidebar is always present. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../prog/en/modules/admin/preferences/i18n_l10n.pref | 1 + > .../intranet-tmpl/prog/en/modules/admin/preferences/serials.pref | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref >index 7517d2f3e9..b7f2baa881 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref >@@ -1,4 +1,5 @@ > I18N/L10N: >+ Global: > - > - Format dates like > - pref: dateformat >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >index f6e818827c..e712b6419e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >@@ -1,4 +1,5 @@ > Serials: >+ Features: > - > - Show > - pref: opacSerialDefaultTab >-- >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 31886
:
142289
|
142335
|
142402
|
142405
| 142406