Bugzilla – Attachment 118910 Details for
Bug 27994
Replace obsolete title-string sorting: Reports templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27994: (follow-up) Address missing instance
Bug-27994-follow-up-Address-missing-instance.patch (text/plain), 1.20 KB, created by
Katrin Fischer
on 2021-03-27 16:08:02 UTC
(
hide
)
Description:
Bug 27994: (follow-up) Address missing instance
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-03-27 16:08:02 UTC
Size:
1.20 KB
patch
obsolete
>From e78cf3143ba31fbeb7fcfa932a8b1dbc957edff4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 12:20:45 +0000 >Subject: [PATCH] Bug 27994: (follow-up) Address missing instance > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >index dc46709a9e..e2f91d9148 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >@@ -189,8 +189,7 @@ > var lostitems_table = KohaTable("lostitems-table", { > "aaSorting": [], > "aoColumnDefs": [ >- { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] } >+ { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] } > ], > 'bAutoWidth': false, > "bPaginate": false, >-- >2.11.0
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 27994
:
118514
|
118673
|
118785
|
118909
| 118910