same
This commit is contained in:
@@ -62,7 +62,7 @@ class Termination extends mfBaseModel {
|
||||
|
||||
|
||||
// get values
|
||||
$values = WorkflowvalueModel::search(["object_id" => $this->id]);
|
||||
$values = WorkflowvalueModel::search(["object_id" => $this->id, "object_type" => "termination"]);
|
||||
|
||||
foreach($values as $value) {
|
||||
$this->workflowitems[$value->item->name]->setValue($value);
|
||||
|
||||
Reference in New Issue
Block a user