Fix
This commit is contained in:
parent
243daec7a6
commit
d36cc303fb
2 changed files with 1 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ async function getById(context, id) {
|
|||
}
|
||||
|
||||
async function getChildrenTx(tx, context, id) {
|
||||
|
||||
await shares.enforceEntityPermissionTx(tx, context, 'namespace', id, 'view');
|
||||
const entityType = entitySettings.getEntityType('namespace');
|
||||
|
||||
const extraKeys = em.get('models.namespaces.extraKeys', []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue