Merge pull request #2422 from automatisch/aut-1515
feat(migrations): introduce manage permissions instead of create, update, delete, publish
This commit is contained in:
@@ -74,7 +74,7 @@ describe('PATCH /api/v1/admin/roles/:roleId', () => {
|
||||
|
||||
it('should return the updated role with sanitized permissions', async () => {
|
||||
const validPermission = {
|
||||
action: 'create',
|
||||
action: 'manage',
|
||||
subject: 'Connection',
|
||||
conditions: ['isCreator'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user