Skip to content
Snippets Groups Projects
Commit 17fce89e authored by Prasad's avatar Prasad
Browse files

Fixes #729: Wait for client to load userinfo before filling default data

parent f78501c4
No related branches found
No related tags found
1 merge request!311Language italian translation
......@@ -119,7 +119,9 @@ mobileapp.controller('VtigerEditController', function ($scope, $api, $mdToast, $
$scope.loadFields();
}
else{
prepareCreateData(true);
$scope.$root.$on('UserInfo.Changed', function(){
prepareCreateData(true);
});
}
});
......
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