mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Rename method to read slightly better: "assign role to user".
Also add missing exception to some Javadoc.
This commit is contained in:
@@ -593,7 +593,7 @@ public class BaseRMRestTest extends RestTest
|
||||
String userPermission, String userRole) throws Exception
|
||||
{
|
||||
getRestAPIFactory().getRMUserAPI().addUserPermission(categoryId, user, userPermission);
|
||||
rmRolesAndActionsAPI.assignUserToRole(getAdminUser().getUsername(),
|
||||
rmRolesAndActionsAPI.assignRoleToUser(getAdminUser().getUsername(),
|
||||
getAdminUser().getPassword(), user.getUsername(), userRole);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user