BUG 9872 Reassign Multiple Case, submit and 'Processing...' IMPROVEMENT

- Listing was modified by a new parameter.
- was add validation.
This commit is contained in:
Marco Antonio Nina
2013-03-28 10:45:26 -04:00
parent e542ab715c
commit c08cb8087e
3 changed files with 10 additions and 6 deletions

View File

@@ -482,10 +482,12 @@ class Applications
$aRow["APP_TAS_TITLE"] = $aRow["APPCVCR_APP_TAS_TITLE"];
//Current user
$aRow["USR_UID"] = $aRow["USRCR_USR_UID"];
$aRow["USR_FIRSTNAME"] = $aRow["USRCR_USR_FIRSTNAME"];
$aRow["USR_LASTNAME"] = $aRow["USRCR_USR_LASTNAME"];
$aRow["USR_USERNAME"] = $aRow["USRCR_USR_USERNAME"];
if ($action != "to_reassign" ) {
$aRow["USR_UID"] = $aRow["USRCR_USR_UID"];
$aRow["USR_FIRSTNAME"] = $aRow["USRCR_USR_FIRSTNAME"];
$aRow["USR_LASTNAME"] = $aRow["USRCR_USR_LASTNAME"];
$aRow["USR_USERNAME"] = $aRow["USRCR_USR_USERNAME"];
}
}
//Unassigned user