nocobase[bot]
0fd44d20ac
Merge branch 'main' into next
2025-03-15 15:38:08 +00:00
chenos
fd7c839228
fix: migration error ( #6470 )
...
* fix: migration error
* fix: test case
* fix(plugin-workflow-manual): fix migration
* fix(plugin-workflow-manual): remove useless code
* test(plugin-workflow-manual): add more case
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
2025-03-15 23:37:46 +08:00
nocobase[bot]
09173155db
Merge branch 'main' into next
2025-03-15 14:27:51 +00:00
Junyi
e1f7e94e0d
fix(plugin-workflow-aggregate): fix round on null result ( #6473 )
2025-03-15 22:27:31 +08:00
xilesun
37a1f298c5
chore: remove unnecessary folders
2025-03-15 19:03:56 +08:00
nocobase[bot]
6a1a8ee670
chore(versions): 😊 publish v1.7.0-beta.4
v1.7.0-beta.4
2025-03-14 17:34:44 +00:00
nocobase[bot]
ec606f624f
Merge branch 'main' into next
2025-03-14 16:58:35 +00:00
nocobase[bot]
2fd8cf44b7
docs: update changelogs
2025-03-14 16:58:10 +00:00
nocobase[bot]
d3d8161d46
Merge branch 'main' into next
2025-03-14 16:38:04 +00:00
nocobase[bot]
6bc55d4f9f
chore(versions): 😊 publish v1.6.4
v1.6.4
2025-03-14 16:37:22 +00:00
nocobase[bot]
684230b6e3
Merge branch 'main' into next
2025-03-14 14:19:44 +00:00
Junyi
4b91d890cf
refactor(utils): move md5 to utils ( #6468 )
...
* refactor(utils): move md5 to utils
* fix(utils): fix export
* fix(utils): add missed file
2025-03-14 22:19:20 +08:00
nocobase[bot]
96569b9ae1
Merge branch 'main' into next
2025-03-14 13:34:29 +00:00
chenyongxin
705e167dc4
feat: cascade selection component add dataScope setting ( #6386 )
...
* feat: cascade select filter parameter extension
* feat: cascade selection component add dataScope setting
* fix: remove useless import
2025-03-14 21:34:05 +08:00
nocobase[bot]
f0bd857df3
Merge branch 'main' into next
2025-03-14 12:18:42 +00:00
chenos
7331cc78f5
fix: unable to delete files stored in S3 ( #6467 )
2025-03-14 20:18:14 +08:00
nocobase[bot]
2b6583ea60
Merge branch 'main' into next
2025-03-14 07:01:36 +00:00
chenos
cc524c45fe
fix: encode ( #6464 )
2025-03-14 15:01:14 +08:00
nocobase[bot]
bf30c8f67d
Merge branch 'main' into next
2025-03-14 05:19:45 +00:00
Zeke Zhang
4269ff7412
fix: handle null value check and clear data in manual loading mode ( #6460 )
...
* fix: handle null value check and clear data in manual loading mode
* fix: add clearSelection method and invoke it in relevant places
2025-03-14 13:19:23 +08:00
nocobase[bot]
a5744d00c4
Merge branch 'main' into next
2025-03-14 01:59:06 +00:00
Junyi
3b1f016256
fix(plugin-workflow): remove bind workflow settings button from data picker ( #6455 )
2025-03-14 09:58:44 +08:00
Mathy Vandersmissen
6db5bd7f33
Update dutch language files ( #6461 )
2025-03-14 08:38:14 +08:00
nocobase[bot]
cfa2ee98fb
chore(versions): 😊 publish v1.7.0-beta.3
v1.7.0-beta.3
2025-03-13 23:05:42 +00:00
nocobase[bot]
cc395e3780
Merge branch 'main' into next
2025-03-13 17:04:44 +00:00
nocobase[bot]
dd2d2cc37a
docs: update changelogs
2025-03-13 17:04:15 +00:00
nocobase[bot]
9953868e16
Merge branch 'main' into next
2025-03-13 16:32:51 +00:00
nocobase[bot]
7281979cc3
chore(versions): 😊 publish v1.6.3
v1.6.3
2025-03-13 16:32:19 +00:00
nocobase[bot]
e56af7f93e
Merge branch 'main' into next
2025-03-13 16:10:29 +00:00
Junyi
78455c1a5d
fix(plugin-file-manager): fix image url ( #6459 )
...
* fix(plugin-file-manager): fix image url
* fix(plugin-file-manager): fix url with search part
* fix(plugin-file-manager): fix lightbox preview url
* fix(plugin-file-manager): encode link url
2025-03-14 00:10:00 +08:00
nocobase[bot]
c79018774a
Merge branch 'main' into next
2025-03-13 16:06:41 +00:00
Junyi
3d8c27ff1b
fix(plugin-workflow-manual): fix migration ( #6445 )
...
* fix(plugin-workflow-manual): fix migration
* fix(plugin-workflow-manual): fix constraints key name
* test(plugin-workflow-manual): add test case and fix
* fix(plugin-workflow-manual): add migration to delete m2m fields
* fix(plugin-workflow-manual): fix esists check
* fix(plugin-workflow-manual): fix drop primary key in mysql
* fix(plugin-workflow-manual): ignore sqlite
* test(plugin-workflow-manual): check mysql
* test(plugin-workflow-manual): use isolate level on transaction
* test(plugin-workflow-manual): use described columns to check
2025-03-14 00:06:18 +08:00
YANG QIA
4d1d38b202
refactor(data-vi): settings ( #6442 )
2025-03-13 22:14:13 +08:00
nocobase[bot]
aab7d09456
chore(versions): 😊 publish v1.7.0-beta.2
v1.7.0-beta.2
2025-03-13 13:25:24 +00:00
Katherine
eb93b10260
fix: collection field test ( #6458 )
2025-03-13 20:47:01 +08:00
Katherine
430036905a
feat: table block support hiding the index column (default visible) ( #6416 )
...
* feat: table block supports hiding the selection column (default visible)
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* test: table block setting
2025-03-13 16:58:01 +08:00
nocobase[bot]
e140b0a7d1
Merge branch 'main' into next
2025-03-13 08:26:49 +00:00
chenos
1be324f524
fix: cannot read properties of null (reading 'sort')
2025-03-13 16:25:58 +08:00
nocobase[bot]
59152cd39e
Merge branch 'main' into next
2025-03-13 07:33:19 +00:00
Katherine
30cca1d79c
fix: custom request server test ( #6452 )
2025-03-13 15:32:53 +08:00
Katherine
dd0beb7415
feat: support line break for button titles in action panel ( #6433 )
2025-03-13 14:45:26 +08:00
nocobase[bot]
bc325a8be8
Merge branch 'main' into next
2025-03-13 06:42:52 +00:00
YANG QIA
9810c91549
fix(data-vi): removed fields appear when inserting filter fields ( #6450 )
2025-03-13 14:42:30 +08:00
nocobase[bot]
cab7f148a5
Merge branch 'main' into next
2025-03-13 06:31:15 +00:00
Junyi
8670de9667
fix(plugin-workflow-action-trigger): fix bulk edit action to trigger workflow ( #6440 )
2025-03-13 14:30:54 +08:00
nocobase[bot]
807d5dbcc5
Merge branch 'main' into next
2025-03-13 03:15:15 +00:00
Katherine
d9d58e60de
fix: incorrect page number when adding data after subtable page size change ( #6437 )
2025-03-13 11:14:52 +08:00
nocobase[bot]
b52ce6ff08
Merge branch 'main' into next
2025-03-13 03:14:49 +00:00
Katherine
c2a95fcbe9
fix: role data source collection operation permissions list loading issue ( #6431 )
...
* fix: role data source collection operation permissions list loading issue
* fix: bug
2025-03-13 11:14:27 +08:00
nocobase[bot]
5c3f875119
Merge branch 'main' into next
2025-03-13 02:40:09 +00:00