3975 Commits

Author SHA1 Message Date
Katherine
075b1f0c88
fix: linked field value persisting on submission after relation field reset (#6207) 2025-02-13 11:33:49 +08:00
Katherine
dfa58024dc
fix: missing drag setting in quick-create operation modal (#6201)
* fix: missing drag setting in quick-create operation modal

* fix: test
2025-02-12 21:36:52 +08:00
Katherine
6912403127
fix: issue with high precision number formatting not applying (#6202) 2025-02-12 21:17:24 +08:00
Katherine
fc8e4a38c4
fix: issue where edit action is displayed for rows without edit permission (#6204) 2025-02-12 21:15:49 +08:00
Zeke Zhang
ad584f5237
fix(action-context): replace loading flag with service.loading for better state management (#6206) 2025-02-12 19:00:33 +08:00
Zeke Zhang
b680f3f9b4
fix(variable): lazy loaded data should not be saved in the original c… (#5540)
* fix(variable): lazy loaded data should not be saved in the original context object

* fix: make unit test pass
2025-02-12 18:58:37 +08:00
nocobase[bot]
25c5637bde chore(versions): 😊 publish v1.5.6 2025-02-12 01:01:13 +00:00
Zeke Zhang
2308100796
fix: handle undefined dataLoadingMode in BlockRequestContextProvider (#6200) 2025-02-12 08:27:55 +08:00
Katherine
09381bed76
fix: table block height setting not applied when there is no data (#6192) 2025-02-11 10:59:42 +08:00
Katherine
59c467bdc4
fix: form block not displayed when adding a create form via a popup action in a table row (#6190) 2025-02-11 10:59:13 +08:00
nocobase[bot]
de2fd10401 chore(versions): 😊 publish v1.5.5 2025-02-11 02:13:55 +00:00
nocobase[bot]
9fb0a05a98 chore(versions): 😊 publish v1.5.4 2025-02-10 12:27:57 +00:00
Junyi
76a6a5e196
fix(client): fix use block context (#6187) 2025-02-10 18:08:52 +08:00
Zeke Zhang
cfd940e18c
fix: linkage rules issue (#6182)
* fix: linkage rules issue

* chore: e2e
2025-02-10 17:13:37 +08:00
chenos
ab5e9c09f6
fix: optimize the storage/plugins reading logic (#6186) 2025-02-10 12:26:56 +08:00
chenos
3c51f4674e fix: homepage 2025-02-08 13:02:24 +08:00
Zeke Zhang
47ee511e52
fix: should show 'Allow multiple selection' in filter form (#6174) 2025-02-08 09:42:17 +08:00
nocobase[bot]
2fac130a47 chore(versions): 😊 publish v1.5.3 2025-02-07 09:29:51 +00:00
Zeke Zhang
554cad3353
fix: belongsToArray (#6173) 2025-02-07 11:06:25 +08:00
Katherine
474c0421c6
fix: time field operator set to between in filter form, component didn't change to time range picker (#6170) 2025-02-06 22:12:57 +08:00
Katherine
ab6b43745f
fix: kanban and calendar block popup edit form didn't show 'Unsaved changes' warning (#6172) 2025-02-06 21:27:23 +08:00
nocobase[bot]
522b692ff0 chore(versions): 😊 publish v1.5.2 2025-02-06 12:58:13 +00:00
nocobase[bot]
25a35e5770 chore(versions): 😊 publish v1.5.1 2025-02-06 03:12:53 +00:00
Zeke Zhang
7bb0084a88
fix: subform default value (#6165)
* fix: default value

* chore: add e2e test
2025-02-06 10:50:10 +08:00
gchust
1a4209f073
fix: popover subform incorrect i18n (#6159) 2025-02-06 08:28:23 +08:00
nocobase[bot]
dbf4fb713d chore(versions): 😊 publish v1.5.0 2025-02-05 14:15:43 +00:00
nocobase[bot]
ec88cbd51e Merge branch 'main' into next 2025-02-02 04:53:32 +00:00
Zeke Zhang
02a506d247
fix: unable to submit when selecting data (#6148) 2025-02-02 12:53:07 +08:00
nocobase[bot]
e7c5f9d731 chore(versions): 😊 publish v1.5.0-beta.34 2025-02-01 03:58:20 +00:00
Zeke Zhang
47fd34c5dd
fix: linkage rules of action (#6147) 2025-02-01 11:55:19 +08:00
nocobase[bot]
90ffb60006 chore(versions): 😊 publish v1.4.33 2025-01-28 03:31:37 +00:00
nocobase[bot]
f232ec45df chore(versions): 😊 publish v1.4.32 2025-01-27 17:19:40 +00:00
Junyi
9bef5ebdf3
fix(actions): fix move action to trigger workflow (#6144)
* fix(actions): fix move action to trigger workflow

* fix(action): fix import and type
2025-01-27 23:27:26 +08:00
Zeke Zhang
173e1169e1
fix: should refresh page when deleting block (#6139)
* fix: should refresh page when deleting block

* fix: bug

* chore: skip unstable test
2025-01-26 19:54:54 +08:00
nocobase[bot]
f8d75f1da3 chore(versions): 😊 publish v1.4.31 2025-01-26 05:21:21 +00:00
Zeke Zhang
5d84e4e9eb Merge branch 'main' into next 2025-01-26 13:13:29 +08:00
Zeke Zhang
2a88c8a3b0
fix: button linkage rule is not taking effect (#6140) 2025-01-26 13:08:37 +08:00
Zeke Zhang
ecaee603bd
fix(useCompile): avoid error (#6141) 2025-01-26 13:04:03 +08:00
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
Katherine
3f68c5b836
fix: incorrect variable display in association field quick-add form (#6119)
* fix: incorrect variable display in association field quick-add form

* fix: current popup record

* fix: bug
2025-01-24 21:30:45 +08:00
katherinehhh
955c167f5e Merge branch 'main' into next 2025-01-24 15:51:52 +08:00
Katherine
11a3e5b2b5
fix: linkage rules in subtable/subform affecting blocks in association field popups (#5543)
* fix: linkage rules in subtable/subform affecting blocks in association field popups

* Revert "fix: linkage rules in subtable/subform affecting blocks in association field popups"

This reverts commit 9417ccc2952d6a64cfabf97ec3afc5dd65225abc.

* fix: fix linkage rules issue in subtable

* test: add e2e test

* chore: make e2e pass

* chore: update e2e test

* fix: e2e error

---------

Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-01-24 08:35:14 +08:00
Zeke Zhang
76c826150b
fix: fix the issue where oho field block does not request data (#6125) 2025-01-23 12:23:15 +08:00
Katherine
0b6ed37fa4
fix: filter button nonfilterable field settings affecting other table block with the same collection (#6121) 2025-01-23 11:48:46 +08:00
Zeke Zhang
049b2a542f
fix: the content is not displayed in the quick add popup (#6123) 2025-01-23 11:01:32 +08:00
Zeke Zhang
c14530b9f5
fix: refresh entire block after adding field (#6117) 2025-01-23 10:52:53 +08:00