From c759094ba5f4799ca299b45948759c7e64a0b66d Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 13 Mar 2023 15:10:42 +0800 Subject: [PATCH] * Add skip stash page and method. --- module/testtask/view/batchrun.html.php | 2 +- www/js/my.full.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/testtask/view/batchrun.html.php b/module/testtask/view/batchrun.html.php index 6a7f1ba687..71f815cc0b 100644 --- a/module/testtask/view/batchrun.html.php +++ b/module/testtask/view/batchrun.html.php @@ -17,7 +17,7 @@

testtask->common . $lang->colon) : ''). $lang->testtask->batchRun;?>

-
+ diff --git a/www/js/my.full.js b/www/js/my.full.js index bb646050fe..858ed573a7 100755 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -23,7 +23,7 @@ { if(config.currentModule === 'repo') return; - var skipMethods = ['edit', 'import', 'login', 'export', 'finish', 'confirm', 'resolve', 'start', 'pause', 'cancel', 'report', 'close', 'activate', 'restart', 'suspend', 'putoff', 'browse', 'hangup', 'track', 'index', 'reply', 'manage']; + var skipMethods = ['edit', 'import', 'login', 'export', 'finish', 'confirm', 'resolve', 'start', 'pause', 'cancel', 'report', 'close', 'activate', 'restart', 'suspend', 'putoff', 'browse', 'hangup', 'track', 'index', 'reply', 'manage', 'run']; for(var i = 0; i < skipMethods.length; i++) { if(config.currentMethod.indexOf(skipMethods[i]) === 0) return;