Merge "Fix Exception message in UserController#handleIncomingUser" into rvc-dev am: c62350d8dc am: 2e49ac758b am: df6574ae6e
Change-Id: I7e04fab633431a6bfc7ad773b4e82962d99d8c6f
This commit is contained in:
@@ -1877,8 +1877,10 @@ class UserController implements Handler.Callback {
|
||||
builder.append("; this requires ");
|
||||
builder.append(INTERACT_ACROSS_USERS_FULL);
|
||||
if (allowMode != ALLOW_FULL_ONLY) {
|
||||
builder.append(" or ");
|
||||
builder.append(INTERACT_ACROSS_USERS);
|
||||
if (allowMode == ALLOW_NON_FULL || isSameProfileGroup) {
|
||||
builder.append(" or ");
|
||||
builder.append(INTERACT_ACROSS_USERS);
|
||||
}
|
||||
if (isSameProfileGroup
|
||||
&& allowMode == ALLOW_ALL_PROFILE_PERMISSIONS_IN_PROFILE) {
|
||||
builder.append(" or ");
|
||||
|
||||
Reference in New Issue
Block a user