Add a test for operation name collisions and fix the one additional collision found
This commit is contained in:
parent
932fa56227
commit
aa2704acc7
3 changed files with 12 additions and 4 deletions
|
@ -80,7 +80,7 @@ angular.module('quay').factory('RolesService', ['UtilService', 'Restangular', 'A
|
|||
'teamname': entityName
|
||||
};
|
||||
|
||||
ApiService.getTeamPermissions(null, params).then(function(resp) {
|
||||
ApiService.getOrganizationTeamPermissions(null, params).then(function(resp) {
|
||||
callback(resp.permissions);
|
||||
}, errorHandler);
|
||||
} else if (entityKind == 'robot') {
|
||||
|
|
Reference in a new issue