Import Permissons Cases notes with groups SOLVED
Import Permissons Cases notes with groups
This commit is contained in:
@@ -2090,17 +2090,6 @@ class Processes
|
||||
$oDataset->next();
|
||||
}
|
||||
|
||||
$oCriteria = new Criteria( 'workflow' );
|
||||
$oCriteria->add(ProcessUserPeer::PRO_UID, $sProUid );
|
||||
$oCriteria->add(ProcessUserPeer::PU_TYPE, 'GROUP_SUPERVISOR' );
|
||||
$oDataset = ProcessUserPeer::doSelectRS( $oCriteria );
|
||||
$oDataset->setFetchmode( ResultSet::FETCHMODE_ASSOC );
|
||||
$oDataset->next();
|
||||
while ($aRow = $oDataset->getRow()) {
|
||||
$oGroupwf = new Groupwf();
|
||||
$oData->groupwfs[] = $oGroupwf->Load( $aRow['USR_UID'] );
|
||||
$oDataset->next();
|
||||
}
|
||||
return $oPermissions;
|
||||
} catch (Exception $oError) {
|
||||
throw ($oError);
|
||||
|
||||
Reference in New Issue
Block a user