Bugzilla – Attachment 44715 Details for
Bug 14735
cache_expiry is not saved when updating a SQL report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14735: Save cache_expiry on modifying a report
Bug-14735-Save-cacheexpiry-on-modifying-a-report.patch (text/plain), 1.09 KB, created by
Frédéric Demians
on 2015-11-10 17:25:34 UTC
(
hide
)
Description:
Bug 14735: Save cache_expiry on modifying a report
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2015-11-10 17:25:34 UTC
Size:
1.09 KB
patch
obsolete
>From 86b73b30a6dc5119e7c13fb5142500ce87a3537f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Nov 2015 15:17:12 +0000 >Subject: [PATCH] Bug 14735: Save cache_expiry on modifying a report > >The cache_expiry is not saved when updating a SQL report. > >Test plan: >0/ Enable memcached >1/ Create a sql report >2/ Edit it and change the cache expiry value >3/ Edit again >=> The value should have been updated. > >Signed-off-by: Frederic Demians <f.demians@tamil.fr> > Repeatable bug. Solved with this patch. >--- > reports/guided_reports.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index 71b9253..098a3d1 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -233,6 +233,7 @@ elsif ( $phase eq 'Update SQL'){ > subgroup => $subgroup, > notes => $notes, > public => $public, >+ cache_expiry => $cache_expiry, > } ); > $template->param( > 'save_successful' => 1, >-- >2.6.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 14735
:
44709
|
44715
|
44719