mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:39:34 +00:00
fix: remove permission skip
This commit is contained in:
parent
7f6c19c16e
commit
5fb009ed33
@ -160,10 +160,6 @@ export class PluginPublicFormsServer extends Plugin {
|
|||||||
skip: ctx.PublicForm['targetCollections'].includes(resourceName),
|
skip: ctx.PublicForm['targetCollections'].includes(resourceName),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
ctx.permission = {
|
|
||||||
skip: true,
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await next();
|
await next();
|
||||||
|
Loading…
Reference in New Issue
Block a user