Add clone REST service.
This commit is contained in:
@@ -62,7 +62,7 @@ public class MindmapUser {
|
||||
return getRole() == UserRole.OWNER;
|
||||
}
|
||||
|
||||
public boolean isCollaborator() {
|
||||
public boolean isColaborator() {
|
||||
return getRole() == UserRole.COLLABORATOR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user