Bugzilla – Attachment 3875 Details for
Bug 6157
can't edit reports anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6157-Permissions-restricting-editing-of-report.patch (text/plain), 1.79 KB, created by
Colin Campbell
on 2011-04-11 16:31:59 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-04-11 16:31:59 UTC
Size:
1.79 KB
patch
obsolete
>From 4894de9ed7250e80a0028ee61a4300e3a3b6f798 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Mon, 11 Apr 2011 17:29:23 +0100 >Subject: [PATCH] Bug 6157: Permissions restricting editing of report >Content-Type: text/plain; charset="utf-8" > >Permissions were incorrectly converted as local to the loop >--- > .../en/modules/reports/guided_reports_start.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >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 68e65e9..31fd512 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 >@@ -171,13 +171,13 @@ canned reports and writing custom SQL reports.</p> > </td> > <td> > <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Show%20SQL">Show</a> >- [% IF ( savedreport.CAN_user_reports_create_reports ) %] >+ [% IF ( CAN_user_reports_create_reports ) %] > <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Edit%20SQL">Edit</a> > [% END %] > </td> > <td><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Run%20this%20report">Run</a> > <a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id %]">Schedule</a></td> >- [% IF ( savedreport.CAN_user_reports_create_reports ) %] >+ [% IF ( CAN_user_reports_create_reports ) %] > <td><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Delete%20Saved">Delete</a></td> > [% END %] > </tr> >-- >1.7.4.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 6157
:
3865
| 3875