Bugzilla – Attachment 85382 Details for
Bug 19265
Advanced Editor - Rancor - Add ability to export selected records from and import records into an import batch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19265: Rancor - Fix sorting issue on manage batch page
Bug-19265-Rancor---Fix-sorting-issue-on-manage-bat.patch (text/plain), 1.13 KB, created by
Alex Arnaud
on 2019-02-20 16:15:34 UTC
(
hide
)
Description:
Bug 19265: Rancor - Fix sorting issue on manage batch page
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2019-02-20 16:15:34 UTC
Size:
1.13 KB
patch
obsolete
>From 468f03e1c6dba753ccce2d437a348ca6d564d778 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Fri, 4 Dec 2015 15:10:49 -0700 >Subject: [PATCH] Bug 19265: Rancor - Fix sorting issue on manage batch page > >Adjust for extra column > >To test: >1 - Manage a stage batch >2 - Note records are correctly sorted by id > >Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com> >Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> >--- > tools/batch_records_ajax.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/tools/batch_records_ajax.pl b/tools/batch_records_ajax.pl >index 17e8236..7c34bde 100755 >--- a/tools/batch_records_ajax.pl >+++ b/tools/batch_records_ajax.pl >@@ -41,8 +41,9 @@ use C4::ImportBatch; > > my $input = new CGI; > >+# Nothing sane can be done if asked to sort by the checkbox column, so we use the ID. > my @sort_columns = >- qw/import_record_id title status overlay_status overlay_status/; >+ qw/import_record_id import_record_id title status overlay_status overlay_status/; > > my $import_batch_id = $input->param('import_batch_id'); > my $offset = $input->param('iDisplayStart'); >-- >2.7.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 19265
:
66898
|
66899
|
66900
|
77245
|
77246
|
77247
|
77248
|
80993
|
80994
|
80995
|
80996
|
85372
|
85373
|
85374
|
85375
|
85380
|
85381
| 85382 |
85383