This commit is contained in:
孙华伟
2022-05-17 10:40:11 +08:00
parent 743ba6a6da
commit 4bc08301f8
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
<?php js::set('oldStoryID', $task->story);?>
<?php js::set('oldAssignedTo', $task->assignedTo);?>
<?php js::set('oldExecutionID', $task->execution);?>
<?php js::set('oldConsumed', $task->consumed);?>
<?php js::set('confirmChangeExecution', $lang->task->confirmChangeExecution);?>
<?php js::set('changeExecutionConfirmed', false);?>
<?php js::set('newRowCount', count($task->team) < 6 ? 6 - count($task->team) : 1);?>