9815 Commits

Author SHA1 Message Date
nocobase[bot]
3cc140d42b Merge branch 'next' into develop 2025-04-21 01:19:53 +00:00
chenos
31da3c78e9
feat: allow setting sidebar width in theme config (#6720) 2025-04-21 09:19:31 +08:00
nocobase[bot]
30c2cf8381 Merge branch 'next' into develop 2025-04-20 09:34:25 +00:00
nocobase[bot]
d0b172db59 Merge branch 'main' into next 2025-04-20 09:34:02 +00:00
Junyi
b04c26144e
fix(plugin-workflow): fix schedule in subflow (#6721) 2025-04-20 17:33:36 +08:00
nocobase[bot]
267f4417dd Merge branch 'next' into develop 2025-04-20 07:36:02 +00:00
nocobase[bot]
4dbde49b89 Merge branch 'main' into next 2025-04-20 07:35:40 +00:00
Zeke Zhang
386e76661d
fix(linkage-rules): hidden required fields should not affect form submission (#6709)
* test: add e2e test

* fix(linkage-rules): hidden required fields should not affect form submission

* chore: fix e2e
2025-04-20 15:35:19 +08:00
nocobase[bot]
fbd80d6a58 Merge branch 'next' into develop 2025-04-20 07:24:52 +00:00
nocobase[bot]
0fa82f0404 Merge branch 'main' into next 2025-04-20 07:24:32 +00:00
Junyi
ec0e1787d4
refactor(plugin-file-manager): expose utils api (#6705) 2025-04-20 15:24:11 +08:00
nocobase[bot]
bfa0761612 Merge branch 'next' into develop 2025-04-20 06:14:02 +00:00
nocobase[bot]
6b055f4900 Merge branch 'main' into next 2025-04-20 06:13:38 +00:00
Junyi
817ba15a91
refactor(plugin-workflow): adjust date type of variable (#6717) 2025-04-20 14:13:12 +08:00
nocobase[bot]
c04747988e chore(versions): 😊 publish v1.7.0-alpha.11 v1.7.0-alpha.11 2025-04-19 13:25:01 +00:00
nocobase[bot]
3a084e436e Merge branch 'next' into develop 2025-04-18 11:21:08 +00:00
YANG QIA
97f4a6ccff
fix(data-vi): enum field options are empty in the filter block (#6706)
* fix(data-vi): enum field options are empty in the filter block

* fix: specific props
2025-04-18 19:20:46 +08:00
nocobase[bot]
6d75025514 Merge branch 'next' into develop 2025-04-18 10:00:55 +00:00
Katherine
5931e2914e
fix: after success link (#6707) 2025-04-18 18:00:33 +08:00
nocobase[bot]
cc0ceb72d6 Merge branch 'next' into develop 2025-04-18 09:45:36 +00:00
katherinehhh
8e4ccd1916 Merge branch 'main' into next 2025-04-18 17:44:36 +08:00
Katherine
aa6a46924a
fix(date-picker): picker switching issue in date field of filter button (#6695)
* fix:  picker switching issue in date field of filter button

* fix: bug

* fix: bug
2025-04-18 17:29:52 +08:00
nocobase[bot]
0ad46e1014 Merge branch 'next' into develop 2025-04-18 09:29:31 +00:00
Katherine
d550a628d8
fix(linkage-rule): variable conversion in sub-table/sub-form linkage rule conditions (#6702)
* fix: variable conversion in sub-table/sub-form linkage rule conditions

* fix: bug

* fix: style in sub-table

* fix: bug
2025-04-18 17:29:07 +08:00
nocobase[bot]
1d3ea08e51 Merge branch 'next' into develop 2025-04-18 06:43:14 +00:00
nocobase[bot]
e5b73758bf Merge branch 'main' into next 2025-04-18 06:42:53 +00:00
chenos
deb85d30bd chore: build internal image 2025-04-18 14:42:19 +08:00
nocobase[bot]
69163443c8 Merge branch 'main' into next 2025-04-18 06:00:01 +00:00
Katherine
8ac84e6e2c
fix: export button shown without export permission (#6689) 2025-04-18 13:59:39 +08:00
nocobase[bot]
59f4647024 Merge branch 'next' into develop 2025-04-18 04:24:09 +00:00
nocobase[bot]
b76eda2136 Merge branch 'main' into next 2025-04-18 04:23:47 +00:00
Sheldon Guo
f5818066ca
fix(in-app-message): disconnect SSE on mobile when message component unmounts or tab is switched to avoid excessive persistent connections. 2025-04-18 12:23:25 +08:00
nocobase[bot]
d27d17b16b Merge branch 'next' into develop 2025-04-18 03:15:34 +00:00
chenos
88dd0c84e7
fix: ensure custom request data must be JSON (#6701) 2025-04-18 11:15:06 +08:00
nocobase[bot]
13c9627a61 Merge branch 'next' into develop 2025-04-18 01:24:54 +00:00
nocobase[bot]
e1e2f7a83c Merge branch 'main' into next 2025-04-18 01:24:33 +00:00
Zeke Zhang
3067b3a4b1
fix(tree-block): the issue where the tree block filter condition was empty (#6634)
* fix: enhance useFilterAPI to support sourceKey in filter functions

* fix: update useFilterAPI to use key variable for dynamic field assignment

* feat: add treeFind function for depth-first traversal of tree structures

* feat: enhance getSupportFieldsByForeignKey to include target collection matching

* feat: add getInheritChain method to InheritanceCollectionMixin and corresponding tests
2025-04-18 09:24:08 +08:00
nocobase[bot]
fb860907ea Merge branch 'next' into develop 2025-04-18 00:52:40 +00:00
nocobase[bot]
402c3f4b3a chore(versions): 😊 publish v1.7.0-beta.20 v1.7.0-beta.20 2025-04-18 00:52:00 +00:00
nocobase[bot]
8e36ec3611 Merge branch 'next' into develop 2025-04-17 14:42:34 +00:00
Junyi
42cbe1e1dd
fix(plugin-workflow-manual): acl (#6693)
* fix(plugin-workflow-manual): fix acl for tasks

* test(plugin-workflow-manual): add test case

* fix(plugin-workflow-manual): fix test case
2025-04-17 22:42:13 +08:00
nocobase[bot]
c69572f148 Merge branch 'next' into develop 2025-04-17 12:27:09 +00:00
Junyi
e9560bb42c
fix(client): fix error thrown when no block context (#6696) 2025-04-17 20:26:49 +08:00
nocobase[bot]
2c315066e0 Merge branch 'next' into develop 2025-04-17 08:13:53 +00:00
nocobase[bot]
b04e877d31 chore(versions): 😊 publish v1.7.0-beta.19 v1.7.0-beta.19 2025-04-17 08:13:12 +00:00
nocobase[bot]
e3cc7e2b8f Merge branch 'next' into develop 2025-04-17 07:11:41 +00:00
chenos
0fc8f5d0cf Merge branch 'main' into next
# Conflicts:
#	yarn.lock
2025-04-17 15:11:07 +08:00
chenos
8abdb8eaac chore: upgrade tar to version 7.4.3 2025-04-17 15:09:10 +08:00
nocobase[bot]
351c3bd1ac Merge branch 'next' into develop 2025-04-17 07:01:36 +00:00
nocobase[bot]
af82078998 Merge branch 'main' into next 2025-04-17 07:01:14 +00:00