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