Added colspan attribute to workflow items

This commit is contained in:
Frank Schubert
2021-09-09 23:37:24 +02:00
parent 235c8bc15b
commit 7ee687c201
4 changed files with 7 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ class LineworkController extends mfBaseController {
break;
}
$i++;
$i += ($wfitem->width) ? $wfitem->width : 1;
}
}
//var_dump($item_colspan);exit;