Bugzilla – Attachment 142402 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.69 KB, created by
Lucas Gass (lukeg)
on 2022-10-21 14:58:24 UTC
(
hide
)
Description:
Bug 31886: Fix no sidebar problem in system pref search
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-10-21 14:58:24 UTC
Size:
1.69 KB
patch
obsolete
>From e0667370c4f53e228059092b47c11a2eb1b316bd 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. >--- > .../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