Bugzilla – Attachment 138982 Details for
Bug 31250
Don't remove advanced/basic cataloging editor cookie on logout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31250: Add catalogue_editor_ cookie to koha-conf deny list
Bug-31250-Add-catalogueeditor-cookie-to-koha-conf-.patch (text/plain), 1.55 KB, created by
Nick Clemens (kidclamp)
on 2022-08-10 13:22:14 UTC
(
hide
)
Description:
Bug 31250: Add catalogue_editor_ cookie to koha-conf deny list
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-08-10 13:22:14 UTC
Size:
1.55 KB
patch
obsolete
>From b06afe200e6f914bcfe9b2f32e572a6453395cdc Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 28 Jul 2022 12:52:56 +0000 >Subject: [PATCH] Bug 31250: Add catalogue_editor_ cookie to koha-conf deny > list > >Test plan: >Add this change to your koha-conf.xml. >Flush, restart. >Test if the cookie is kept now in the interface. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > debian/templates/koha-conf-site.xml.in | 1 + > etc/koha-conf.xml | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 2e66535c00..c39368a7e5 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -453,6 +453,7 @@ __END_SRU_PUBLICSERVER__ > </message_broker> > > <do_not_remove_cookie>__KEEP_COOKIE__</do_not_remove_cookie> >+ <do_not_remove_cookie>catalogue_editor_</do_not_remove_cookie> > <!-- Uncomment lines like hereunder to not clear cookies at logout: > The cookie name is case sensitive. > <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 6c2c1fe923..bb8b8ac7ec 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -269,6 +269,7 @@ > <vhost></vhost> > </message_broker> > >+ <do_not_remove_cookie>catalogue_editor_</do_not_remove_cookie> > <!-- Uncomment lines like hereunder to not clear cookies at logout: > The cookie name is case sensitive. > <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie> >-- >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 31250
:
138203
|
138204
|
138981
|
138982
|
139389
|
139571
|
140163
|
140164
|
140165
|
140166