Fixed Termination and Building Workflowitem loading
This commit is contained in:
@@ -137,6 +137,8 @@ class Workflowvalue extends mfBaseModel {
|
||||
if(!$this->item) {
|
||||
$this->item = new Workflowitem($this->item_id);
|
||||
if($this->item->id) {
|
||||
$item = $this->item;
|
||||
$item->unsetObjectId();
|
||||
mfValuecache::singleton()->set("wfItem-id-".$this->item->id, $this->item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user