Bugzilla – Attachment 43325 Details for
Bug 14966
Table header broken at detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14966:Table header broken at detail.tt
PASSED-QA-Bug-14966Table-header-broken-at-detailtt.patch (text/plain), 1.56 KB, created by
Katrin Fischer
on 2015-10-12 05:26:39 UTC
(
hide
)
Description:
[PASSED QA] Bug 14966:Table header broken at detail.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-10-12 05:26:39 UTC
Size:
1.56 KB
patch
obsolete
>From 9708366f533e4f6ed32024273b97917f70a69207 Mon Sep 17 00:00:00 2001 >From: Rafal Kopaczka <rkk0@poczta.onet.pl> >Date: Tue, 6 Oct 2015 14:57:52 +0200 >Subject: [PATCH] [PASSED QA] Bug 14966:Table header broken at detail.tt > >For user without item edit permission, table at catalogue/detail.pl is >corrupted. > >Test plan: >1) Log in as staff member, without edit item permission. >2) Go to biblio view, with items attached: >/cgi-bin/koha/catalogue/detail.pl?biblionumber=X. Confirm that table >does not display correctly. >3) Apply patch. >4) Repeat steps 1 and 2. Confirm patch works. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 9332d63..ad8eca1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -809,8 +809,6 @@ function verify_images() { > [% END %] > [% IF CAN_user_editcatalogue_edit_items and not item.cannot_be_edited %] > <td><a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]#edititem">Edit</a></td> >- [% ELSE %] >- <td></td> > [% END %] > </tr> > [% END %] >-- >1.9.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 14966
:
43168
|
43170
|
43172
| 43325