Bugzilla – Attachment 59989 Details for
Bug 14365
SQL Reports Last Edit Date column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14365 - SQL Reports Last Edit Date column - Show in interface
Bug-14365---SQL-Reports-Last-Edit-Date-column---Sh.patch (text/plain), 2.65 KB, created by
Kyle M Hall (khall)
on 2017-02-07 16:09:54 UTC
(
hide
)
Description:
Bug 14365 - SQL Reports Last Edit Date column - Show in interface
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-02-07 16:09:54 UTC
Size:
2.65 KB
patch
obsolete
>From 3630b344615b76b9d4f1f1967aaccb94c3aa515d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 7 Feb 2017 15:55:30 +0000 >Subject: [PATCH] Bug 14365 - SQL Reports Last Edit Date column - Show in > interface > >Test Plan: >1) Apply these patches >2) Modify a saved sql report >3) Note the "Last modified" column is updated >4) Run the report >5) Note the "Last run" column is updated >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index ad53c08..de0f378 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -95,7 +95,7 @@ $("#delColumn").on("click",function(){ > { "aTargets": [ 1, 2 ], "sType": "natural" } > ], > "aoColumns": [ >- null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,[% IF (usecache) %]null,[% END %]null,null >+ null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,null,null,[% IF (usecache) %]null,[% END %]null,null > ], > 'oLanguage': { > 'sZeroRecords': _("No matching reports found") >@@ -329,6 +329,8 @@ canned reports and writing custom SQL reports.</p> > <th>Notes</th> > <th>Author</th> > <th>Creation date</th> >+ <th>Last modified</th> >+ <th>Last run</th> > <th>Public</th> > [% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %] > <th>Saved results</th> >@@ -357,6 +359,8 @@ canned reports and writing custom SQL reports.</p> > <td>[% savedreport.notes %]</td> > <td>[% savedreport.borrowersurname %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname %][% END %] ([% savedreport.borrowernumber %])</td> > <td><span title="[% savedreport.date_created %]">[% savedreport.date_created | $KohaDates %]</span></td> >+ <td><span title="[% savedreport.last_modified %]">[% savedreport.last_modified | $KohaDates with_hours => 1 %]</span></td> >+ <td><span title="[% savedreport.last_run %]">[% savedreport.last_run | $KohaDates with_hours => 1 %]</span></td> > [% IF (savedreport.public) %] > <td>Yes</td> > [% ELSE %] >-- >2.1.4
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 14365
:
59985
|
59986
|
59988
|
59989
|
60752
|
61060
|
61061
|
61062
|
61220
|
61221
|
61222