properly threads overrideAccess through register operation
This commit is contained in:
@@ -50,6 +50,7 @@ async function register(args) {
|
||||
hook: 'beforeChange',
|
||||
operation: 'create',
|
||||
req,
|
||||
overrideAccess,
|
||||
});
|
||||
|
||||
// /////////////////////////////////////
|
||||
@@ -97,6 +98,7 @@ async function register(args) {
|
||||
operation: 'read',
|
||||
req,
|
||||
depth,
|
||||
overrideAccess,
|
||||
});
|
||||
|
||||
// /////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user