Merge branch 'sprint/217_liumengyi_25230' into 'master'

* Fix bug #25230.

See merge request easycorp/zentaopms!4618
This commit is contained in:
王怡栋
2022-07-21 01:26:48 +00:00
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -23,9 +23,8 @@ $(function()
return false;
});
var executionID = $('#execution').val();
if(executionType != 'kanban') executionID = $('#execution').val();
loadStories(executionID);
})
/**
+1
View File
@@ -339,6 +339,7 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)
<?php js::set('storyPinYin', (empty($config->isINT) and class_exists('common')) ? common::convert2Pinyin($stories) : array());?>
<?php js::set('testStoryIdList', $testStoryIdList);?>
<?php js::set('executionID', $execution->id);?>
<?php js::set('executionType', $execution->type);?>
<script>
$(function(){parent.$('body.hide-modal-close').removeClass('hide-modal-close');})
</script>