Se cambia a objeto la respuesta para la solicitud de un input document especifico en PROCESS SUPERVISOR
This commit is contained in:
@@ -466,7 +466,7 @@ class ProcessSupervisor
|
|||||||
$oDataset->setFetchmode(\ResultSet::FETCHMODE_ASSOC);
|
$oDataset->setFetchmode(\ResultSet::FETCHMODE_ASSOC);
|
||||||
$oDataset->next();
|
$oDataset->next();
|
||||||
while ($aRow = $oDataset->getRow()) {
|
while ($aRow = $oDataset->getRow()) {
|
||||||
$aResp[] = array('pui_uid' => $aRow['STEP_UID'],
|
$aResp = array('pui_uid' => $aRow['STEP_UID'],
|
||||||
'pui_position' => $aRow['STEP_POSITION'],
|
'pui_position' => $aRow['STEP_POSITION'],
|
||||||
'input_doc_uid' => $aRow['STEP_UID_OBJ'],
|
'input_doc_uid' => $aRow['STEP_UID_OBJ'],
|
||||||
'input_doc_title' => $aRow['INP_DOC_TITLE']);
|
'input_doc_title' => $aRow['INP_DOC_TITLE']);
|
||||||
|
|||||||
Reference in New Issue
Block a user