Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-04-16 13:20:20 +00:00
commit ccbb2d0783

View File

@ -64,7 +64,7 @@ describe('update department isLeaf', () => {
expect(record.isLeaf).toBe(false);
});
it('should update isLeaf when update department', async () => {
it.runIf(process.env.DB_DIALECT !== 'sqlite')('should update isLeaf when update department', async () => {
const res = await agent.resource('departments').create({
values: {
title: 'Department',