Added linwork_doku_delay

This commit is contained in:
Frank Schubert
2022-03-08 21:22:09 +01:00
parent 80e98d4a89
commit 8e1fb1243a
4 changed files with 46 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ class Building extends mfBaseModel {
$values = WorkflowvalueModel::search(["object_id" => $this->id, "object_type" => "building"]);
foreach($values as $value) {
$this->log->debug(print_r($value->item, true));
//$this->log->debug(print_r($value->item, true));
$this->workflowitems[$value->item->name]->setValue($value);
mfValuecache::singleton()->set("wfItemvalue-item-".$value->item_id."-object-".$this->id, $value);
}