Merge branch 'main' into feature/doctemplate

This commit is contained in:
daitingting
2025-03-31 06:58:16 +00:00
259 changed files with 13277 additions and 1823 deletions
+1
View File
@@ -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)
+1 -1
View File
@@ -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;