* Fixed a bug of the wrong user name in company dynamic and user dynamic, and corrected 'Test Case' to 'Test case';
This commit is contained in:
@@ -477,7 +477,7 @@ class user extends control
|
||||
|
||||
/* Assign. */
|
||||
$this->view->period = $period;
|
||||
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed');
|
||||
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noletter');
|
||||
$this->view->account = $account;
|
||||
$this->view->actions = $this->loadModel('action')->getDynamic($account, $period, $orderBy, $pager);
|
||||
$this->display();
|
||||
|
||||
Reference in New Issue
Block a user