Commit bdb6d685 authored by sherlock's avatar sherlock

Merge branch 'dev_oracle_sherlock' into 'dev_oracle'

select role

See merge request root/atms!216
parents 457114c0 b6777615
...@@ -6,7 +6,7 @@ controller('roleMultiSelectorController', ['$scope', 'roleService', ...@@ -6,7 +6,7 @@ controller('roleMultiSelectorController', ['$scope', 'roleService',
}); });
$scope.toggleRoleSpan = function(role){ $scope.toggleRoleSpan = function(role){
if (!role.data.roleCategoryID){ if (!role.data.roleCategoryId){
return; return;
} }
if (role.isChecked){ if (role.isChecked){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment