BUG 9495 "La edicion del User modifica el Rol" SOLVED
- Reverted the changes made in "Users.php" - Solved wrong display of information "Country, State or Region, Location" in "View_Edit_Profile" this in IE, all this in "usersAjax.php"
This commit is contained in:
@@ -483,6 +483,10 @@ switch($_POST['action'])
|
||||
|
||||
$aFields['CASES_MENUSELECTED_NAME'] = $casesMenuSelected;
|
||||
|
||||
$aFields['USR_COUNTRY_NAME'] = (!empty($aFields['USR_COUNTRY_NAME']))? $aFields['USR_COUNTRY_NAME'] : '';
|
||||
$aFields['USR_CITY_NAME'] = (!empty($aFields['USR_CITY_NAME']))? $aFields['USR_CITY_NAME'] : '';
|
||||
$aFields['USR_LOCATION_NAME'] = (!empty($aFields['USR_LOCATION_NAME']))? $aFields['USR_LOCATION_NAME'] : '';
|
||||
|
||||
$result->success = true;
|
||||
$result->user = $aFields;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user