Bugzilla – Attachment 142335 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.75 KB, created by
Martin Renvoize (ashimema)
on 2022-10-21 11:36:29 UTC
(
hide
)
Description:
Bug 31886: Fix no sidebar problem in system pref search
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-21 11:36:29 UTC
Size:
1.75 KB
patch
obsolete
>From ede97ea51136c8fab74761676cdcd278ec3289c4 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 20 Oct 2022 22:20:58 +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> >--- > .../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..08ea90a352 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: >+ I18N/L10N: > - > - 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..584ee9afbd 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: >+ Serials: > - > - Show > - pref: opacSerialDefaultTab >-- >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 31886
:
142289
|
142335
|
142402
|
142405
|
142406