Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2024-12-19 08:42:56 +00:00
commit dfb002832b

View File

@ -22,7 +22,7 @@ describe('actions', () => {
process.env.INIT_ROOT_PASSWORD = '123456';
process.env.INIT_ROOT_NICKNAME = 'Test';
app = await createMockServer({
plugins: ['auth', 'users', 'acl', 'data-source-manager', 'system-settings', 'theme-editor'],
plugins: ['auth', 'users', 'acl', 'data-source-manager', 'system-settings', 'theme-editor', 'field-sort'],
});
db = app.db;