fix(plugin-acl): display roleName
This commit is contained in:
parent
b06260d13d
commit
992befe89e
@ -30,6 +30,7 @@ const roleCollectionsResource = {
|
||||
return {
|
||||
name: collection.get('name') as string,
|
||||
title: collection.get('title') as string,
|
||||
roleName: role,
|
||||
usingConfig,
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user