mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
59152cd39e
@ -22,7 +22,15 @@ describe('actions', () => {
|
|||||||
app = await createMockServer({
|
app = await createMockServer({
|
||||||
registerActions: true,
|
registerActions: true,
|
||||||
acl: true,
|
acl: true,
|
||||||
plugins: ['field-sort', 'users', 'auth', 'acl', 'action-custom-request', 'data-source-manager'],
|
plugins: [
|
||||||
|
'field-sort',
|
||||||
|
'users',
|
||||||
|
'auth',
|
||||||
|
'acl',
|
||||||
|
'action-custom-request',
|
||||||
|
'data-source-manager',
|
||||||
|
'ui-schema-storage',
|
||||||
|
],
|
||||||
});
|
});
|
||||||
db = app.db;
|
db = app.db;
|
||||||
repo = db.getRepository('customRequests');
|
repo = db.getRepository('customRequests');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user