mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix(plugin-workflow-test): fix acl for mock data source (#6116)
This commit is contained in:
parent
dddd4616ca
commit
29f547bc26
@ -81,7 +81,7 @@ export async function getApp(options: MockServerOptions = {}): Promise<MockServe
|
||||
});
|
||||
await anotherDB.sync();
|
||||
|
||||
another.acl.allow('*', '*');
|
||||
another.acl.allow('*', '*', 'loggedIn');
|
||||
|
||||
return app;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user