workflow performance optimization

This commit is contained in:
Frank Schubert
2022-02-15 21:27:27 +01:00
parent 1406d55b56
commit 20b3f00496

View File

@@ -149,14 +149,6 @@
<th>Fertig</th>
</tr>
<?php $bcount = 0; foreach($terminations as $term): ?>
<?php
$rowspan = 1;
foreach($term->workflowitems as $item) {
if($item->type == "delimiter") {
$rowspan++;
}
}
?>
<?php if($bcount > 0): ?>
<tr id="termination-<?=$term->id?>-top-header" class="hidden">
<th>Anschluss</th>