* Code for task#78030.
This commit is contained in:
@@ -818,8 +818,11 @@ class kanbanModel extends model
|
||||
}
|
||||
elseif($branchID)
|
||||
{
|
||||
$branchName = $this->branch->getById($branchID);
|
||||
$branches = array($branchID => $branchName);
|
||||
foreach(explode(',', $branchID) as $id)
|
||||
{
|
||||
$branchName = $this->branch->getById($id);
|
||||
$branches[$id] = $branchName;
|
||||
}
|
||||
}
|
||||
|
||||
foreach($branches as $id => $name)
|
||||
|
||||
Reference in New Issue
Block a user