Fixed showing username in empty workflowitems
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user