Merge branch 'sprint/180_songchenxuan_fix_execution_kanban_bug' into 'sprint/180'
*Fix execution kanban bug. See merge request easycorp/zentaopms!1207
This commit is contained in:
@@ -2010,6 +2010,9 @@ class execution extends control
|
||||
}
|
||||
|
||||
$userList = $this->dao->select('account, realname name, avatar')->from(TABLE_USER)->where('deleted')->eq(0)->fetchAll('account');
|
||||
$userList['closed']['account'] = 'closed';
|
||||
$userList['closed']['name'] = 'closed';
|
||||
$userList['closed']['avatar'] = '';
|
||||
|
||||
$this->view->title = $this->lang->execution->kanban;
|
||||
$this->view->position[] = html::a($this->createLink('execution', 'browse', "executionID=$executionID"), $execution->name);
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
$userCount = count($assignedToList);
|
||||
?>
|
||||
<?php if($userCount > 0):?>
|
||||
<div class='users pull-right' title="<?php echo $members;?>">
|
||||
<div class='users pull-right' title="<?php echo trim($members, ',');?>">
|
||||
<?php
|
||||
foreach($assignedToList as $account)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user