nocobase[bot]
e3c82ecf13
Merge branch 'main' into next
2025-04-01 03:01:21 +00:00
YANG QIA
04e943a0b2
fix(m2m-array): error of filtering by fields in an association collection with a m2m array field ( #6596 )
...
* fix(m2m-array): error of filtering by fields in an association collection with a m2m array field
* test: add test
* feat: generateJoinOnForJSONArray
2025-04-01 11:00:59 +08:00
Mathy Vandersmissen
6db5bd7f33
Update dutch language files ( #6461 )
2025-03-14 08:38:14 +08:00
nocobase[bot]
79aee8825d
Merge branch 'main' into next
2025-03-12 13:40:09 +00:00
Jonas Fleischer
9d572bf8f4
feat: add German localization files for NocoBase core and plugins ( #6435 )
...
* feat: add German localization files for NocoBase core and plugins
* feat: expand German localization for NocoBase plugins compared to chinese translation
This commit adds and enhances German translation files across multiple NocoBase plugins, including:
- Workflow plugins (action trigger, manual, notification, etc.)
- File management
- Charts and data visualization
- Async task management
- Import/export functionality
- Theme editor
- And several other core and extension plugins
2025-03-12 21:35:26 +08:00
mahuantest
955457c121
feat(locale): add translation of nl-NL (dutch) ( #6166 )
...
* feat(locale): add offset param to charts-query(backend)
* feat(locale): add offset param to charts-query(frontend)
* feat(locale): add translation of de-DE
* feat(locale): add translation of nl-NL (dutch)
---------
Co-authored-by: mahuan <1007409254@qq.com>
2025-03-11 22:19:26 +08:00
N3tN00b3r
a1fe85bd03
Adding italian translation for plugins ( #6316 )
...
* Add italian translation
* Create it-IT.json
2025-03-07 17:16:16 +08:00
katherinehhh
cae5d68211
Merge branch 'main' into next
2025-01-24 23:05:50 +08:00
YANG QIA
7c0d424173
fix(m2m-array): updating many to many (array) fields in a subform is not working ( #6136 )
...
* fix(m2m-array): updating many to many (array) fields in a subform is not working
* test: add tests
* fix: build
* fix: test
2025-01-24 22:41:42 +08:00
nocobase[bot]
dd41466a2a
Merge branch 'next' into develop
2024-12-07 13:29:04 +00:00
YANG QIA
a0aa3b8663
fix(m2m-array): issue where updating m2m array fields in single relation collection ( #5820 )
...
* fix(m2m-array): issue where updating m2m array fields in single relation collection
* fix: select
* test: add test cases
2024-12-07 21:28:20 +08:00
YANG QIA
11e501d9a3
test: fix test case ( #5692 )
2024-11-20 11:19:34 +08:00
mytharcher
fa5a61fc97
Merge branch 'next' into develop
2024-11-19 10:52:28 +08:00
nocobase[bot]
a043182d8f
Merge branch 'main' into next
2024-11-16 01:55:32 +00:00
YANG QIA
c541435b09
fix(m2m-array): error when retriving association records with m2m array field ( #5661 )
2024-11-16 09:55:08 +08:00
mytharcher
5824f1fb15
Merge branch 'next' into T-4910
2024-11-15 11:03:16 +08:00
nocobase[bot]
bd6894fb35
Merge branch 'main' into next
2024-11-13 02:03:46 +00:00
Junyi
eefad31179
fix(client): support o2o and m2m (array) to use file collection ( #5637 )
2024-11-13 09:54:24 +08:00
YANG QIA
cf0a62a502
fix(m2m-array): issue where select component for a m2m array field has only one option ( #5544 )
2024-10-29 20:07:42 +08:00
mahuan
09b86bf18b
refactor: standardize localization file name
2024-10-22 23:02:52 +08:00
mytharcher
2ac5457583
Merge branch 'next' into T-4910
2024-10-14 17:23:56 +08:00
mytharcher
ca214dff10
Merge branch 'main' into next
2024-09-25 20:34:52 +08:00
mahuantest
2bde4a3176
feat(locale): update and improve Japanese translations in ja_JP files ( #5292 )
...
* feat(locale): update and improve Japanese translations in ja_JP files
* fix(locale): correct japanese translations in ja_JP files
---------
Co-authored-by: mahuan <1007409254@qq.com>
2024-09-24 14:50:13 +08:00
Katherine
0d32ba4ff5
chore: support composite record unique key ( #5007 )
...
* refactor: filterTargetkey support mutiple
* refactor: getRowKey
* fix: bug
* chore: test
* chore: test
* chore: test
* fix: bug
* fix: build
* fix: useBulkDestroyActionProps support join primary key
* fix: build
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: fieldNames
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: sourceIdValue
* fix: remoteselect
* chore: test
* chore: multi target key in has many relation repository
* chore: test
* chore: multiple relation repository
* fix: test
* refactor: target collection not support join collection
* Update update-associations.ts
---------
Co-authored-by: Chareice <chareice@live.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-09-10 21:51:37 +08:00
YANG QIA
d0087f1998
fix(mbm): fix the error when deleting a collection contains m2m array fields ( #5231 )
2024-09-08 16:26:34 +08:00
YANG QIA
0dc10ee4aa
fix(mbm): issue of setting uid target key for m2m array field ( #5229 )
2024-09-07 22:36:44 +08:00
mytharcher
d0dc0428fb
fix(plugin-field-sort): fix build and test cases
2024-08-26 23:28:58 +08:00
YANG QIA
161407c803
fix(m2m-array): check naming collision ( #5059 )
2024-08-15 11:55:36 +08:00
YANG QIA
e0b5128c9d
feat(database): new field type many to many (array) ( #4708 )
...
* feat: recordSet field
* fix: record set field
* test: add tests
* fix: tests
* fix: build
* feat: front end
* refactor: belongs to array field
* fix: tests
* fix: version
* fix: version
* fix: build
* chore: update
* chore: add error
* chore: remove only
* feat: add locales
* fix: version
* fix: e2e
* fix: fix T-4661
* fix: fix T-4663
* fix: fix T-4665
* fix: fix T-4670
* fix: fix T-4666
* fix: fix T-4664
* fix: fix T-4668
* fix: test
* fix: fix T-4669
* fix: fix T-4667
* fix: bug
* fix: fix T-4670
* chore: add transaction
* feat: beforeAddDataSource hook
* feat: support external database sources, fix T-4717
* fix: bug
* fix: fix T-4671
* fix: fix T-4769
* fix: version
* fix: fix T-4762
* fix: array type interface
* fix: fix T-4742
* fix: fix T-4661
* fix: bug
* fix: bug
* feat: check association keys in backend
* fix: bug
* fix: bug
* fix: bug
* fix: test
* fix: bug
* fix: e2e
---------
Co-authored-by: Chareice <chareice@live.com>
2024-07-10 15:04:24 +08:00