chenos
b0cee75bf1
chore: downgrade mariadb to 2.5.6 due to compatibility issues ( #6762 )
2025-04-24 20:29:13 +08:00
Katherine
e2e4c69941
refactor: unavailableActions to sql collection and view collection ( #6765 )
...
* refactor: unavailableActions to sql collection and view collection
* fix: unavailableActions
2025-04-24 20:09:42 +08:00
nocobase[bot]
bfe77cd81d
chore(versions): 😊 publish v1.6.24
2025-04-24 10:20:37 +00:00
YANG QIA
bd06d13749
fix(m2m-array): incorrect data retrieved for m2m array fields from association in forms ( #6744 )
...
* fix(m2m-array): incorrect data retrieved for m2m array fields from association in forms
* fix(getAction): update pagination parameter for hasMany and belongsToMany actions
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-04-24 17:33:00 +08:00
Katherine
b8bfc17a59
refactor: adjust view collection action permission control ( #6764 )
2025-04-24 17:09:11 +08:00
Katherine
04e17444fa
fix: only export action in view collection is support when writableView is false ( #6763 )
2025-04-24 16:32:06 +08:00
Junyi
717177b471
fix(client): adjust upload message ( #6757 )
2025-04-24 16:16:22 +08:00
Katherine
0758490913
fix: unexpected data creation when displaying association field under sub-form/sub-table in create form action ( #6727 )
...
* fix: unexpected data creation when displaying relational field subtable in create form
* fix: bug
* fix: bug
* fix: bug
2025-04-24 09:54:22 +08:00
nocobase[bot]
c8e5a1c7e7
chore(versions): 😊 publish v1.6.23
2025-04-23 15:06:25 +00:00
chenos
452619c511
refactor: optimize internal logic of the nocobase upgrade
command ( #6754 )
...
* chore: update-deps
* fix: upgrade
2025-04-23 21:26:07 +08:00
Katherine
285918c1a8
style(gantt): gantt chart block overlapping months in calendar header for month view ( #6753 )
...
* style: gantt block calendar header style improve
* style: gantt block calendar header style improve
2025-04-23 16:49:41 +08:00
ajie
ced8af89ef
fix: import and export invalid when set field permissions ( #6677 )
...
* fix: import and export invalid when set field permissions
2025-04-23 16:23:49 +08:00
Katherine
3d73ea0acb
fix: tree table 'Add Child' button linkage rule without 'current record' variable ( #6752 )
2025-04-23 16:19:36 +08:00
Katherine
63ebe1d357
refactor: formula syntax references link ( #6751 )
2025-04-23 14:01:20 +08:00
Katherine
7340a7d187
fix: missing filter for already associated data when adding association data ( #6750 )
...
* fix: missing filter for already associated data when adding association collection table
* fix: bug
2025-04-23 11:39:54 +08:00
chenos
174693e219
chore: auto-update package.json on upgrade ( #6747 )
...
* fix: update package.json
* fix: deps
2025-04-23 07:01:57 +08:00
nocobase[bot]
5fd8649fc3
chore(versions): 😊 publish v1.6.22
2025-04-22 09:44:09 +00:00
chenos
62aff88e5e
fix: appVersion incorrectly generated by create-migration ( #6740 )
2025-04-22 13:10:59 +08:00
Zeke Zhang
e5055ef4f6
fix(styles): add relative positioning to span elements in mobile navigation bar action ( #6734 )
2025-04-22 11:36:48 +08:00
Zeke Zhang
2faed8de79
fix(SchemaSettingsActionModalItem): fix zIndex ( #6733 )
2025-04-22 11:35:54 +08:00
chenos
8dbe798fca
chore: move pm2 to devDependencies ( #6737 )
2025-04-22 11:34:29 +08:00
chenos
bebb875694
chore: launchMode
2025-04-22 09:53:34 +08:00
chenos
120aa3420c
chore(deps): upgrade dependencies ( #6708 )
...
* chore: upgrade jsonwebtoken to version 9.0.2
* chore: update
* fix: deps
* fix: semver
* chore: dicer
* chore: upgrade multer
* fix: dicer
* fix: remove sqlite
* chore: check db dialect
* chore: remove sqlite3
* fix: yarn add sqlite3 --no-save -W
* fix: test
* fix: test
* fix: ci
* fix: test
* fix: deps
2025-04-21 18:52:26 +08:00
Junyi
73956a834d
fix(build): tar cli ( #6722 )
2025-04-21 09:31:27 +08:00
Katherine
569ae3c110
fix: missing action option constraints when reopening linkage rules ( #6723 )
...
* fix: missing action option constraints when reopening linkage rules
* fix: bug
2025-04-21 09:19:05 +08:00
Junyi
b04c26144e
fix(plugin-workflow): fix schedule in subflow ( #6721 )
2025-04-20 17:33:36 +08: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
Junyi
ec0e1787d4
refactor(plugin-file-manager): expose utils api ( #6705 )
2025-04-20 15:24:11 +08:00
Junyi
817ba15a91
refactor(plugin-workflow): adjust date type of variable ( #6717 )
2025-04-20 14:13:12 +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
Katherine
8ac84e6e2c
fix: export button shown without export permission ( #6689 )
2025-04-18 13:59:39 +08: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
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
chenos
8abdb8eaac
chore: upgrade tar to version 7.4.3
2025-04-17 15:09:10 +08:00
nocobase[bot]
7f1d642848
chore(versions): 😊 publish v1.6.21
2025-04-17 06:51:36 +00:00
Junyi
9add517d75
refactor(client): add delay API for scenarios without delay ( #6681 )
2025-04-17 14:30:32 +08:00
Junyi
18447848ca
fix(client): add fault tolerant when no x-component in schema ( #6691 )
2025-04-17 12:18:51 +08:00
ajie
454ab34921
fix: ci build ( #6687 )
2025-04-17 12:13:41 +08:00
Katherine
0961c4399d
fix: association field detection to be based on type ( #6692 )
2025-04-17 11:44:38 +08:00
YANG QIA
824ad7f29e
fix: bug ( #6684 )
2025-04-17 09:03:33 +08:00
xilesun
18791bfe2d
fix(departments): test error
2025-04-16 21:18:34 +08:00
gchust
181c24c2a3
fix: layload errors if component not exist ( #6683 )
2025-04-16 20:40:32 +08:00
Junyi
8d8229f8ca
fix(client): fix upload component locale ( #6682 )
2025-04-16 18:40:05 +08:00
ajie
5eda5ba21d
fix: fixed an error importing xlsx time field ( #6672 )
2025-04-16 17:14:23 +08:00
Junyi
baec449c03
fix(client): fix input component ( #6679 )
...
* fix(client): fix input component
* fix(client): remove useless definition
2025-04-16 12:33:46 +08:00
Junyi
63a842aab3
fix(plugin-workflow-manual): fix task status ( #6676 )
2025-04-16 09:48:48 +08:00
chenos
5808ee57e2
chore(deps): upgrade some dependencies to latest versions ( #6673 )
...
* chore(deps): upgrade some dependencies to latest versions
* fix: --skip-dev-dependencies
* fix: compression
2025-04-15 22:53:07 +08:00
Katherine
91207a77f1
fix: vertical scrollbar appears when iframe block is set to full height ( #6675 )
2025-04-15 22:50:48 +08:00
Katherine
0f21f483f7
fix: field assignment dropdown includes inherited fields ( #6666 )
2025-04-15 16:41:31 +08:00
gchust
5534cafdc2
fix: build output is not correct if plugin using some old amd library ( #6665 )
...
* fix: build output is not correct if plugin using some old amd library
* fix: amd library build error
2025-04-15 14:22:40 +08:00