mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
59152cd39e
@ -22,7 +22,15 @@ describe('actions', () => {
|
||||
app = await createMockServer({
|
||||
registerActions: 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;
|
||||
repo = db.getRepository('customRequests');
|
||||
|
Loading…
x
Reference in New Issue
Block a user