nocobase[bot]
de782020d2
Merge branch 'main' into next
2025-01-25 14:20:19 +00:00
ChengLei Shao
b6d83503c3
fix: query uuid field ( #6138 )
...
* fix: query uuid field
* fix: test
2025-01-25 22:19:54 +08:00
katherinehhh
cae5d68211
Merge branch 'main' into next
2025-01-24 23:05:50 +08:00
Katherine
a00dcb78cb
refactor: optimize filter component in filter form to match filterable settings ( #6110 )
...
* fix: display checkbox field as select in filter form
* fix: bug
* chore: filterCollectionffield
* refactor: code improve
* fix: bug
* fix: bug
* fix: isTruly and isFalsy
* fix: bug
* fix: bug
* fix: bug
* fix: bug
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2025-01-24 23:00:35 +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]
4ca070a7e6
Merge branch 'main' into next
2025-01-23 02:46:16 +00:00
ChengLei Shao
f66a48abd0
fix: update table value without primary keys ( #6124 )
...
* fix: update table value without primary keys
* fix: test
* fix: test
2025-01-23 10:45:54 +08:00
ChengLei Shao
41c86e77a8
fix: init sort field by primary key ( #6059 )
...
* fix: init sort field by primary key
* fix: sort key
* fix: test
2025-01-14 16:51:30 +08:00
nocobase[bot]
0a39303350
Merge branch 'main' into next
2025-01-09 13:32:53 +00:00
ChengLei Shao
9b8c274fc9
fix: fields sort ( #6028 )
2025-01-09 21:31:39 +08:00
Chareice
b4f262d2da
Merge branch 'main' into next
2025-01-09 09:48:01 +08:00
ChengLei Shao
ec92727a20
fix: import with associations ( #6024 )
...
* fix: import with associations
* chore: console.log
2025-01-09 09:19:02 +08:00
Chareice
98103f7ad5
Merge branch 'main' into next
2024-12-31 19:40:02 +08:00
ChengLei Shao
2f7189a42f
fix: destory with filterByTk ( #5976 )
2024-12-31 19:30:35 +08:00
nocobase[bot]
0e0b4a4361
Merge branch 'main' into next
2024-12-31 01:44:45 +00:00
chenos
e47f0ff342
fix: the firstOrCreate and updateOrCreate methods of the repository lose context ( #5973 )
2024-12-31 09:44:16 +08:00
nocobase[bot]
d2bd8cdf48
Merge branch 'main' into next
2024-12-26 06:24:12 +00:00
chenos
c79b7297f2
fix: unix timestamp accuracy ( #5931 )
...
* fix: unix timestamp accuracy
* fix: unixTimestamp support int value
* fix: tojson
* fix(database): fix unix timestamp input value on number type
* chore(database): remove only in test
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: mytharcher <mytharcher@gmail.com>
2024-12-26 14:23:51 +08:00
nocobase[bot]
289d476ad1
Merge branch 'main' into next
2024-12-16 07:02:30 +00:00
ChengLei Shao
347d43c0c5
feat(database): add firstOrCreate and updateOrCreate methods to Relation repository ( #5894 )
...
* feat(database): add firstOrCreate and updateOrCreate methods to BelongsToManyRepository
* fix: build
* fix: test
2024-12-16 15:02:06 +08:00
nocobase[bot]
a623362ac5
Merge branch 'main' into next
2024-12-16 01:26:25 +00:00
ChengLei Shao
fef379d9bf
fix: datetime parser of YYYYMMDD format ( #5891 )
...
* fix: parse number format in date only field
* chore: test
* chore: build
2024-12-16 09:26:03 +08:00
nocobase[bot]
082fa157f5
Merge branch 'main' into next
2024-12-16 01:25:46 +00:00
ChengLei Shao
fbe63b1712
fix: filter external data source collections ( #5890 )
...
* fix: filter external data source collections
* fix: test
2024-12-16 09:25:21 +08:00
nocobase[bot]
b708f7f676
Merge branch 'main' into next
2024-12-12 01:51:13 +00:00
ChengLei Shao
f9afb13cee
chore: datetime parser ( #5865 )
2024-12-12 09:50:52 +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
nocobase[bot]
99288e0e1a
Merge branch 'next' into develop
2024-11-30 12:40:46 +00:00
ChengLei Shao
9166b7acf3
fix: set belongs to many associations ( #5759 )
2024-11-30 20:40:22 +08:00
katherinehhh
f343b988fa
Merge branch 'next' into develop
2024-11-30 09:26:29 +08:00
nocobase[bot]
15d0ec486e
Merge branch 'main' into next
2024-11-30 00:59:35 +00:00
ChengLei Shao
9ddb4c179e
fix: update association with foreign key ( #5756 )
2024-11-30 08:59:07 +08:00
nocobase[bot]
9cc5475774
Merge branch 'next' into develop
2024-11-29 14:19:18 +00:00
nocobase[bot]
0e019d1317
Merge branch 'main' into next
2024-11-29 14:18:51 +00:00
ChengLei Shao
bff82856e7
fix: update hasOne/belongsTo association values without foreign key ( #5754 )
2024-11-29 22:18:24 +08:00
nocobase[bot]
2e83d3c9b9
Merge branch 'next' into develop
2024-11-26 09:13:06 +00:00
Chareice
548cfe3e56
Merge remote-tracking branch 'origin/main' into next
2024-11-26 17:12:36 +08:00
ChengLei Shao
de7c86a1e5
fix: infer view field attribute ( #5729 )
...
* fix: view collection with field attribute
* fix: infer view with column field attribute
2024-11-26 16:39:21 +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
ChengLei Shao
9fe1775ca3
chore: support update field attribute in collection ( #5643 )
2024-11-13 19:09:02 +08:00
nocobase[bot]
f218c0b1c6
Merge branch 'main' into next
2024-11-13 01:14:09 +00:00
Chareice
4441602149
chore: console.log
2024-11-13 09:13:37 +08:00
ChengLei Shao
97b63b9b90
fix: import with m2m id field ( #5623 )
2024-11-13 09:13:26 +08:00
Chareice
416450d470
fix: filter target key with single item array
2024-11-11 21:51:48 +08:00
nocobase[bot]
95134d0273
Merge branch 'main' into next
2024-11-10 02:22:04 +00:00
chenos
451210a248
docs: update README.md
2024-11-10 10:09:21 +08:00