* fix score and child task bug
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php js::set('confirmFinish', $lang->task->confirmFinish);?>
|
||||
<?php if(!empty($task->team) && array_keys($task->team)[0] != $this->app->user->account):?>
|
||||
<div class="alert alert-info with-icon">
|
||||
<i class="icon-info-sign"></i>
|
||||
<div class="content">
|
||||
<p><?php echo sprintf($lang->task->deniedNotice, array_keys($task->team)[0]);?></p>
|
||||
</div>
|
||||
</div>
|
||||
<?php exit;?>
|
||||
<?php endif;?>
|
||||
<div id='titlebar'>
|
||||
<div class='heading'>
|
||||
<span class='prefix'><?php echo html::icon($lang->icons['task']);?> <strong><?php echo $task->id;?></strong></span>
|
||||
|
||||
Reference in New Issue
Block a user