HOR-2887 add message

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-05-24 13:27:21 -04:00
parent 14b5555fc6
commit c017e1fcb1

View File

@@ -452,6 +452,8 @@ class Home extends Controller
case 'draft':
case 'todo':
$listName = 'inbox';
//The change is made because the method 'getList()' does not
//support 'USR_UID', this method uses the numeric field 'USR_ID'.
$userObject = Users::loadById($dataList['userId']);
$dataList['userId'] = $userObject->getUsrUid();
$cases = $list->getList($listName, $dataList);