Bugzilla – Attachment 25391 Details for
Bug 11703
Convert checkouts table to ajax datatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11703 [QA Followup 9] - Move scripts from api directory to svc directory
Bug-11703-QA-Followup-9---Move-scripts-from-api-di.patch (text/plain), 3.83 KB, created by
Kyle M Hall (khall)
on 2014-02-18 17:23:15 UTC
(
hide
)
Description:
Bug 11703 [QA Followup 9] - Move scripts from api directory to svc directory
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-02-18 17:23:15 UTC
Size:
3.83 KB
patch
obsolete
>From 3e3556cef6be03699e838dc7b31b0d21b20fcdd3 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 18 Feb 2014 12:19:35 -0500 >Subject: [PATCH] Bug 11703 [QA Followup 9] - Move scripts from api directory to svc directory > >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 8 ++++---- > koha-tmpl/intranet-tmpl/prog/en/js/holds.js | 2 +- > {api => svc}/checkin.pl | 0 > {api => svc}/checkouts.pl | 0 > {api => svc}/holds.pl | 0 > {api => svc}/renew.pl | 0 > 6 files changed, 5 insertions(+), 5 deletions(-) > rename {api => svc}/checkin.pl (100%) > rename {api => svc}/checkouts.pl (100%) > rename {api => svc}/holds.pl (100%) > rename {api => svc}/renew.pl (100%) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index 1ae3795..b794630 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -55,7 +55,7 @@ $(document).ready(function() { > exempt_fine: $("#exemptfine").is(':checked') > }; > >- $.post( "/cgi-bin/koha/api/checkin.pl", params, function( data ) { >+ $.post( "/cgi-bin/koha/svc/checkin.pl", params, function( data ) { > id = "#checkin_" + data.itemnumber; > > content = ""; >@@ -84,7 +84,7 @@ $(document).ready(function() { > date_due: $("#newduedate").val() > }; > >- $.post( "/cgi-bin/koha/api/renew.pl", params, function( data ) { >+ $.post( "/cgi-bin/koha/svc/renew.pl", params, function( data ) { > var id = "#renew_" + data.itemnumber; > > var content = ""; >@@ -284,7 +284,7 @@ $(document).ready(function() { > "bPaginate": false, > "bProcessing": true, > "bServerSide": true, >- "sAjaxSource": '/cgi-bin/koha/api/checkouts.pl', >+ "sAjaxSource": '/cgi-bin/koha/svc/checkouts.pl', > "fnServerData": function ( sSource, aoData, fnCallback ) { > aoData.push( { "name": "borrowernumber", "value": borrowernumber } ); > >@@ -394,7 +394,7 @@ $(document).ready(function() { > "bPaginate": false, > "bProcessing": true, > "bServerSide": true, >- "sAjaxSource": '/cgi-bin/koha/api/checkouts.pl', >+ "sAjaxSource": '/cgi-bin/koha/svc/checkouts.pl', > "fnServerData": function ( sSource, aoData, fnCallback ) { > $.each(relatives_borrowernumbers, function( index, value ) { > aoData.push( { "name": "borrowernumber", "value": value } ); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/holds.js b/koha-tmpl/intranet-tmpl/prog/en/js/holds.js >index 26f7efc..76dfee5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/holds.js >@@ -111,7 +111,7 @@ $(document).ready(function() { > "bPaginate": false, > "bProcessing": true, > "bServerSide": true, >- "sAjaxSource": '/cgi-bin/koha/api/holds.pl', >+ "sAjaxSource": '/cgi-bin/koha/svc/holds.pl', > "fnServerData": function ( sSource, aoData, fnCallback ) { > aoData.push( { "name": "borrowernumber", "value": borrowernumber } ); > >diff --git a/api/checkin.pl b/svc/checkin.pl >similarity index 100% >rename from api/checkin.pl >rename to svc/checkin.pl >diff --git a/api/checkouts.pl b/svc/checkouts.pl >similarity index 100% >rename from api/checkouts.pl >rename to svc/checkouts.pl >diff --git a/api/holds.pl b/svc/holds.pl >similarity index 100% >rename from api/holds.pl >rename to svc/holds.pl >diff --git a/api/renew.pl b/svc/renew.pl >similarity index 100% >rename from api/renew.pl >rename to svc/renew.pl >-- >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 11703
:
25105
|
25110
|
25111
|
25213
|
25217
|
25218
|
25220
|
25221
|
25261
|
25262
|
25263
|
25264
|
25271
|
25272
|
25289
|
25290
|
25292
|
25390
|
25391
|
25986
|
25987
|
25988
|
25989
|
25990
|
25991
|
25992
|
25993
|
25994
|
25995
|
25996
|
25997
|
25998
|
25999
|
26081
|
26085
|
26115
|
26131
|
26158
|
26160
|
26241
|
26986
|
26990
|
26991
|
27102
|
27241
|
27338
|
27339
|
27340
|
27341
|
27342
|
27349
|
27350
|
27353
|
27354
|
27356
|
27548
|
27610
|
27717
|
27718
|
27745
|
27746
|
27750
|
27751
|
28025
|
28026
|
28027
|
28028
|
28029
|
29195
|
29196
|
29197
|
29198
|
29199
|
29279
|
29280
|
29281
|
29282
|
29283
|
29284
|
29419
|
29420
|
29432
|
29433
|
29434
|
29438
|
29439
|
29440
|
29444
|
29445
|
29446
|
29447
|
29448
|
29449
|
29450
|
29451
|
29452
|
29453
|
29454
|
29472
|
29473
|
29474
|
29475
|
29476
|
29477
|
29478
|
29479
|
29480
|
29493
|
30228