Bugzilla – Attachment 57075 Details for
Bug 15498
Replace ExportWithCsvProfile with ExportCircHistory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15498: Fix show/hide csv profile list
SIGNED-OFF-Bug-15498-Fix-showhide-csv-profile-list.patch (text/plain), 1.22 KB, created by
Josef Moravec
on 2016-11-02 10:43:53 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15498: Fix show/hide csv profile list
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-11-02 10:43:53 UTC
Size:
1.22 KB
patch
obsolete
>From 16171b42ad55686a1c9f0b9551a2c8761af2ec3d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 2 Nov 2016 10:31:43 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 15498: Fix show/hide csv profile list > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 098edb0..eb3b5b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -37,12 +37,12 @@ $(document).ready(function() { > }); > > $("#output_format > option:first-child").attr("selected", "selected"); >- $("select[name='csv_profile']").hide(); >+ $("select[name='csv_profile_id']").hide(); > $(document).on("change", '#output_format', function(){ > if ( $(this).val() == 'csv' ) { >- $("select[name='csv_profile']").show(); >+ $("select[name='csv_profile_id']").show(); > } else { >- $("select[name='csv_profile']").hide(); >+ $("select[name='csv_profile_id']").hide(); > } > }); > >-- >2.1.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 15498
:
46338
|
46339
|
50257
|
50258
|
57064
|
57065
|
57066
|
57070
|
57072
|
57073
|
57074
|
57075
|
60372
|
60373
|
60374
|
60375
|
60376
|
60385
|
60386
|
60387
|
60388
|
60389
|
60390
|
60411
|
60412
|
60413
|
60414
|
60415
|
60416