Merge branch 'next' into develop

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

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',