Skip to content
Snippets Groups Projects
Commit ad2feba8 authored by Balaji M's avatar Balaji M
Browse files

Open source web mobile - JS changes

parent 67e84f9f
No related branches found
No related tags found
3 merge requests!2777.1.0 release integration,!271Salutation type picklist values and reference field search api modifications,!266Open source mobile web layout - issues (Layout changes merge request)
......@@ -164,7 +164,6 @@ mobileapp.controller('VtigerEditController', function ($scope, $api, $mdToast, $
value = field.raw;
var webservice_value = value.split('x');
value = webservice_value[1];
console.log(value);
}
break;
}
......
......@@ -19,7 +19,13 @@ class Mobile_WS_UserInfo extends Mobile_WS_Controller {
'id' => $current_user->id,
'first_name' => $current_user->first_name,
'last_name' => $current_user->last_name,
'email' => $current_user->email1
'email' => $current_user->email1,
'time_zone' => $current_user->time_zone,
'hour_format' => $current_user->hour_format,
'date_format' => $current_user->date_format,
'is_admin' => $current_user->is_admin,
'call_duration' => $current_user->callduration,
'other_event_duration' => $current_user->othereventduration,
);
$allVisibleModules = Settings_MenuEditor_Module_Model::getAllVisibleModules();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment