mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08: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…
x
Reference in New Issue
Block a user