diff --git a/module/custom/js/set.js b/module/custom/js/set.js index 244532a04d..e6540cd08e 100644 --- a/module/custom/js/set.js +++ b/module/custom/js/set.js @@ -36,7 +36,7 @@ $('[name*=unitList]').change(function() $('#submit').click(function() { - if(module == 'testcase' && field == 'review' && stopSubmit) + if(module == 'testcase' && field == 'review' && stopSubmit && oldNeedReview) { var needReview = $('input:radio[name="needReview"]:checked').val(); stopSubmit = false; diff --git a/module/custom/view/set.html.php b/module/custom/view/set.html.php index 4e1a38ed76..2d4fc3c8c4 100644 --- a/module/custom/view/set.html.php +++ b/module/custom/view/set.html.php @@ -128,6 +128,7 @@ EOT; +