Merge branch 'sprint/217_liumengyi_25230' into 'master'
* Fix bug #25230. See merge request easycorp/zentaopms!4618
This commit is contained in:
@@ -23,9 +23,8 @@ $(function()
|
||||
return false;
|
||||
});
|
||||
|
||||
var executionID = $('#execution').val();
|
||||
if(executionType != 'kanban') executionID = $('#execution').val();
|
||||
loadStories(executionID);
|
||||
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user