Merge branch 'main' into feature/doctemplate
This commit is contained in:
@@ -13,6 +13,7 @@ namespace zin;
|
||||
$canModifyExecution = common::canModify('execution', $execution);
|
||||
|
||||
$laneCount = 0;
|
||||
$links = array();
|
||||
foreach($kanbanList as $current => $region)
|
||||
{
|
||||
foreach($region['items'] as $index => $group)
|
||||
|
||||
@@ -44,7 +44,7 @@ foreach($kanbanGroup as $index => $group)
|
||||
|
||||
$kanbanGroup[$index] = $group;
|
||||
}
|
||||
$laneCount += count($kanbanGroup);
|
||||
if(!empty($kanbanGroup)) $laneCount += count($kanbanGroup);
|
||||
|
||||
$checkObject = new stdclass();
|
||||
$checkObject->execution = $executionID;
|
||||
|
||||
Reference in New Issue
Block a user