* Finish task #72348.

This commit is contained in:
tianshujie
2022-10-26 10:09:11 +08:00
committed by caoyanyi
parent 251f563e58
commit a0a40a88c1
5 changed files with 6 additions and 2 deletions
+1
View File
@@ -277,6 +277,7 @@ $lang->task->error->alreadyConsumed = 'The currently selected parent task has
$lang->task->error->date = 'The date should be <= today.';
$lang->task->error->leftEmptyAB = 'When the task status is %s, "Hours Left" cannot be 0';
$lang->task->error->leftEmpty = 'Task#%sWhen the task status is %s, "Left" cannot be 0';
$lang->task->error->notempty = '%s must be > 0.';
/* Report. */
$lang->task->report = new stdclass();
+1
View File
@@ -277,6 +277,7 @@ $lang->task->error->alreadyConsumed = 'The currently selected parent task has
$lang->task->error->date = 'The date should be <= today.';
$lang->task->error->leftEmptyAB = 'When the task status is %s, "Hours Left" cannot be 0';
$lang->task->error->leftEmpty = 'Task#%sWhen the task status is %s, "Left" cannot be 0';
$lang->task->error->notempty = '%s must be > 0.';
/* Report. */
$lang->task->report = new stdclass();
+1
View File
@@ -277,6 +277,7 @@ $lang->task->error->alreadyConsumed = 'The currently selected parent task has
$lang->task->error->date = 'The date should be <= today.';
$lang->task->error->leftEmptyAB = 'When the task status is %s, "Hours Left" cannot be 0';
$lang->task->error->leftEmpty = 'Task#%sWhen the task status is %s, "Left" cannot be 0';
$lang->task->error->notempty = '%s must be > 0.';
/* Report. */
$lang->task->report = new stdclass();
+1
View File
@@ -277,6 +277,7 @@ $lang->task->error->alreadyConsumed = '当前选中的父任务已有消耗。
$lang->task->error->date = '日期不能大于今天';
$lang->task->error->leftEmptyAB = '任务状态为%s时,预计剩余不能为0';
$lang->task->error->leftEmpty = 'Task#%s任务状态为%s时,剩余不能为0';
$lang->task->error->notempty = '%s必须大于0。';
/* Report. */
$lang->task->report = new stdclass();
+2 -2
View File
@@ -18,8 +18,8 @@
<?php js::set('members', $members);?>
<?php js::set('teamMemberError', $lang->task->error->teamMember);?>
<?php js::set('totalLeftError', sprintf($this->lang->task->error->leftEmptyAB, $this->lang->task->statusList[$task->status]));?>
<?php js::set('estimateNotEmpty', sprintf($lang->error->notempty, $lang->task->estimate))?>
<?php js::set('leftNotEmpty', sprintf($lang->error->notempty, $lang->task->left))?>
<?php js::set('estimateNotEmpty', sprintf($lang->task->error->notempty, $lang->task->estimate))?>
<?php js::set('leftNotEmpty', sprintf($lang->task->error->notempty, $lang->task->left))?>
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>