fix PM-1636 from jira La opción Case Information Menu > Case History > Change log > view despliega el Notice: Undefined index: APPLICATION
This commit is contained in:
@@ -37,7 +37,8 @@ class pmDynaform
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!empty($app_data)){
|
|
||||||
|
if(!empty($app_data) && isset($app_data["APPLICATION"])){
|
||||||
//data
|
//data
|
||||||
$cases = new \ProcessMaker\BusinessModel\Cases();
|
$cases = new \ProcessMaker\BusinessModel\Cases();
|
||||||
$this->data = $cases->getCaseVariables($app_data["APPLICATION"]);
|
$this->data = $cases->getCaseVariables($app_data["APPLICATION"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user