* [ticket#1286,done,2h] supports importing more than 100 pieces of data.
This commit is contained in:
@@ -41,6 +41,7 @@ function computeImportTimes()
|
||||
|
||||
function importNextPage()
|
||||
{
|
||||
$.cookie.set('maxImport', $('#maxImport').val(), {expires:config.cookieLife, path:config.webRoot});
|
||||
link = $.createLink('testcase', 'showImport', "productID=" + productID + "&branch=" + branch + "&pageID=1&maxImport=" + $('#maxImport').val());
|
||||
loadPage(link);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user