Added linwork_doku_delay
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user