This commit is contained in:
tianshujie
2021-09-14 09:28:02 +08:00
parent 6748622c62
commit a320565459
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -230,6 +230,7 @@ class task extends control
$this->view->executions = $this->config->systemMode == 'classic' ? $executions : $this->execution->getByProject(0, 'all', 0, true);
$this->view->task = $task;
$this->view->users = $users;
$this->view->storyID = $storyID;
$this->view->stories = $stories;
$this->view->testStoryIdList = $this->loadModel('story')->getTestStories(array_keys($stories), $execution->id);
$this->view->members = $members;
+6
View File
@@ -15,6 +15,12 @@
<?php include '../../common/view/sortable.html.php';?>
<?php js::set('toTaskList', !empty($task->id));?>
<?php js::set('blockID', $blockID);?>
<?php if(!empty($storyID)):?>
<style>
.title-group.required > .required:after {right: 83px;}
.input-control .colorpicker .btn {right: 10px;}
</style>
<?php endif;?>
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>