HOR-1258
HOR-1258 Solve the ITME to Start and ITEE Solve the Send By -Claim case: Previous User HOR-1258 EOP send 2 email , Solve the observation 7
This commit is contained in:
@@ -264,7 +264,7 @@ class ListInbox extends BaseListInbox
|
||||
$dataset->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
||||
$dataset->next();
|
||||
$aRow = $dataset->getRow();
|
||||
if ($aRow['CON_VALUE'] == '') {
|
||||
if ($aRow['CON_VALUE'] == '') {
|
||||
$criteria = new Criteria();
|
||||
$criteria->addSelectColumn(ContentPeer::CON_VALUE);
|
||||
$criteria->add( ContentPeer::CON_ID, $data['APP_UID'], Criteria::EQUAL );
|
||||
@@ -306,6 +306,11 @@ class ListInbox extends BaseListInbox
|
||||
|
||||
|
||||
$data['APP_PREVIOUS_USER'] = '';
|
||||
if($data['DEL_PREVIOUS_USR_UID'] === ''){
|
||||
global $RBAC;
|
||||
$aUser = $RBAC->aUserInfo['USER_INFO'];
|
||||
$data['DEL_PREVIOUS_USR_UID'] = $aUser['USR_UID'];
|
||||
}
|
||||
if ($data['DEL_PREVIOUS_USR_UID'] != '') {
|
||||
$criteria = new Criteria();
|
||||
$criteria->addSelectColumn(UsersPeer::USR_USERNAME);
|
||||
|
||||
Reference in New Issue
Block a user