This commit is contained in:
joker-x 2020-09-01 19:14:41 +02:00
parent 243daec7a6
commit d36cc303fb
2 changed files with 1 additions and 3 deletions

View file

@ -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', []);