Bugzilla – Attachment 25228 Details for
Bug 11746
Add edit item links to record details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11746 [QA Followup 2] - Disable sorting on Edit column
Bug-11746-QA-Followup-2---Disable-sorting-on-Edit-.patch (text/plain), 1.11 KB, created by
Melissa Lefebvre
on 2014-02-13 18:49:59 UTC
(
hide
)
Description:
Bug 11746 [QA Followup 2] - Disable sorting on Edit column
Filename:
MIME Type:
Creator:
Melissa Lefebvre
Created:
2014-02-13 18:49:59 UTC
Size:
1.11 KB
patch
obsolete
>From 594fc7fa109a605b8ff6f8b7ff971d5b343182a7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 13 Feb 2014 13:41:04 -0500 >Subject: [PATCH] Bug 11746 [QA Followup 2] - Disable sorting on Edit column > >Signed-off-by: Havilah Lyon <havilah@aflibrary.org> >--- > .../prog/en/modules/catalogue/detail.tt | 2 +- > 1 files changed, 1 insertions(+), 1 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 55dad0d..7b42d0e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -245,7 +245,7 @@ function verify_images() { > 'bAutoWidth': false > [% IF StaffDetailItemSelection %] > , "aoColumnDefs": [ >- { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false } >+ { "aTargets": [ 0, 9 ], "bSortable": false, "bSearchable": false } > ] > [% END %] > })); >-- >1.7.2.5
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 11746
:
25204
|
25206
|
25222
|
25225
|
25226
|
25227
|
25228
|
25579
|
25607
|
25608
|
25609
|
25610