Designer > BPMN Designer > Porcess Supervisors > Steps: Estandarizar la ventana al nuevo diseñue se solicito para el diseñr BPMN
This commit is contained in:
dheeyi
2015-06-16 11:06:22 -04:00
parent 63895d5117
commit 1d74d69316

View File

@@ -413,6 +413,7 @@ class ProcessSupervisor
while ($aRow = $oDataset->getRow()) {
$arrayProcessSupervisorsObject[] = array('dyn_uid' => $aRow['DYN_UID'],
'dyn_title' => $aRow['DYN_TITLE'],
'obj_uid' => $aRow['DYN_UID'],
'obj_type' => "DYNAFORM");
$oDataset->next();
}
@@ -448,6 +449,7 @@ class ProcessSupervisor
while ($aRow = $oDataset->getRow()) {
$arrayProcessSupervisorsObject[] = array('inp_doc_uid' => $aRow['INP_DOC_UID'],
'inp_doc_title' => $aRow['INP_DOC_TITLE'],
'obj_uid' => $aRow['INP_DOC_UID'],
'obj_type'=>"INPUT-DOCUMENT");
$oDataset->next();
}