Merge branch 'io' into merge-upstream
This commit is contained in:
@@ -29,6 +29,12 @@ export const meta = {
|
||||
id: '558ea170-f653-4700-94d0-5a818371d0df',
|
||||
},
|
||||
|
||||
alreadyAssigned: {
|
||||
message: 'User is already assigned to this role.',
|
||||
code: 'ALREADY_ASSIGNED',
|
||||
id: '67d8689c-25c6-435f-8ced-631e4b81fce1',
|
||||
},
|
||||
|
||||
accessDenied: {
|
||||
message: 'Only administrators can edit members of the role.',
|
||||
code: 'ACCESS_DENIED',
|
||||
|
@@ -30,7 +30,7 @@ export const meta = {
|
||||
},
|
||||
|
||||
notAssigned: {
|
||||
message: 'Not assigned.',
|
||||
message: 'User was not assigned to this role.',
|
||||
code: 'NOT_ASSIGNED',
|
||||
id: 'b9060ac7-5c94-4da4-9f55-2047c953df44',
|
||||
},
|
||||
|
Reference in New Issue
Block a user