Fixed showing username in empty workflowitems

This commit is contained in:
Frank Schubert
2021-11-06 17:35:10 +01:00
parent 9c84e82d3c
commit 204426b270
3 changed files with 10 additions and 10 deletions

View File

@@ -295,7 +295,6 @@ class LineworkController extends mfBaseController {
$t->workflowitems['kundenkabel_typ']->value->save();
}
}
$value = $termination->workflowitems['customer_cable_injected']->value->value_int;
foreach($termination->building->terminations as $t) {
$t->workflowitems['customer_cable_injected']->value->value_int = $value;