4726 Commits

Author SHA1 Message Date
mytharcher
7f35abe348 refactor(plugin-workflow): change task center popup logic 2025-04-13 15:36:49 +08:00
mytharcher
2dacb7b878 refactor(plugin-workflow): change tasks api 2025-04-13 15:36:49 +08:00
nocobase[bot]
c9cffa576c Merge branch 'main' into next 2025-04-13 06:05:45 +00:00
Zeke Zhang
c9b1c893e4
fix: add global style for LightBox to prevent image overlay issues (#6651) 2025-04-13 14:05:24 +08:00
nocobase[bot]
42f66bbd29 Merge branch 'main' into next 2025-04-13 06:04:15 +00:00
Zeke Zhang
4bc16e52f2
fix(defaultValue): avoid directly displaying variable strings (#6649) 2025-04-13 14:03:51 +08:00
nocobase[bot]
62d857b1bc chore(versions): 😊 publish v1.7.0-beta.16 2025-04-11 16:42:25 +00:00
nocobase[bot]
8b983f8913 chore(versions): 😊 publish v1.6.18 2025-04-11 13:05:40 +00:00
gchust
b20c8b05bd
fix: incorrect variable input style (#6645)
* fix: textarea variable style issue

* fix: variable input border radius not correct

* fix: unit tests error
2025-04-11 20:46:31 +08:00
Katherine
9f8fb0e362
fix: workflow node edit drawer title shows [object Object] (#6648) 2025-04-11 19:54:01 +08:00
nocobase[bot]
8c5edfc494 Merge branch 'main' into next 2025-04-11 06:26:34 +00:00
Katherine
c509e5f9e2
fix: subtable description overlapping with add new button (#6646) 2025-04-11 14:26:12 +08:00
Junyi
32ae82bb31
refactor(client): add default type fallback api for (#6644) 2025-04-11 08:45:48 +08:00
Zeke Zhang
6d435dbcf8 Merge branch 'main' into next 2025-04-10 22:57:07 +08:00
Zeke Zhang
49a9c6365b
refactor: optimize prompt information (#6641)
* fix: update error block to display a custom image and improved messages when no pages are found

* feat: add no pages result display with custom message and icon in LayoutContent

* feat: add translations for UI editor prompts and update no pages message in multiple locales

* feat: add tip display when no pages are found in LayoutContent

* fix: ensure minimum height for mobile tab bar content

* fix: remove unnecessary margin from mobile action page styles and block initializer
2025-04-10 22:50:57 +08:00
Zeke Zhang
9ab6f7a956 style(mobile): fix top-right corner style 2025-04-10 22:45:17 +08:00
chenos
5852901b19 fix: test error 2025-04-10 14:36:57 +08:00
nocobase[bot]
ee260e24f6 Merge branch 'main' into next 2025-04-10 05:51:47 +00:00
Katherine
7886581f08
fix: dashed underline caused by horizontal form layout in modal (#6639)
* fix: dashed underline caused by horizontal form layout in modal

* fix: e2e test
2025-04-10 13:51:25 +08:00
nocobase[bot]
95952c7a45 chore(versions): 😊 publish v1.7.0-beta.15 2025-04-10 03:29:03 +00:00
chenos
29d7cf3dbf fix: assign overwrite strategy 2025-04-10 09:06:32 +08:00
nocobase[bot]
eeec17265c chore(versions): 😊 publish v1.7.0-beta.14 2025-04-09 11:28:40 +00:00
ajie
41961fb923
fix: correct role union calculation logic (#6605)
* refactor: enhance role merging logic: prioritize strategy actions over existing actions

* refactor: union role acl

* refactor: union role acl

* refactor: union role acl

* fix: assign getKeys

* fix: assign

* refactor: switch role set default role record

* refactor: switch role set default role record

* refactor: switch role set default role record

* refactor: switch role set default role record

* refactor: add setCurrentRole cache

* fix: e2e test

* fix: setCurrentRole

* refactor: switch role

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-04-09 19:06:05 +08:00
nocobase[bot]
aae9319f73 chore(versions): 😊 publish v1.6.17 2025-04-09 06:28:10 +00:00
chenos
5ecc4f2381
feat: added localization module for UISchema, enabling custom translations for schema title and description. (#6574)
* feat: add i18n support for ui schema

* feat: add locale tester

* feat: uischame localization source

* refactor: page title

* refactor: tab title

* refactor: column title

* refactor: form field title

* fix: bug

* refactor: uischema localzation sync

* fix: bug

* fix: issue with Gantt block in tree collection (#6617)

* fix: issue with Gantt block in tree collection

* fix: bug

* fix: test

* feat: enhance error handling with optional title in AppError component (#6409)

* refactor(client): add trim API for Input and Variable.TextArea (#6624)

* refactor(client): add trim API for Input and Variable.TextArea

* fix(client): avoid trim property to be passed to inner component

* fix: add headers to API request in AssociationFieldProvider (#6619)

* fix: add headers to API request in AssociationFieldProvider

* fix: handle optional dataSource in headers for API request in AssociationFieldProvider

* fix: variable parse failure when URL parameters contain Chinese characters (#6618)

* refactor: code improve

* fix: bug

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test

---------

Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: Sheldon Guo <sheldon_66@163.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-04-08 22:18:09 +08:00
Zeke Zhang
ee603e7195 Merge branch 'main' into next 2025-04-08 17:24:52 +08:00
Junyi
3c5ff51472
chore(utils): add extends for dayjs (#6630) 2025-04-07 22:01:24 +08:00
Katherine
d5f99d97df
fix: single-select field with 'contains' filter on mobile does not support multiple selection (#6629) 2025-04-07 16:02:51 +08:00
Katherine
aa59e0131f
fix: rule with 'any' condition does not take effect when condition li… (#6628)
* fix: rule with 'any' condition does not take effect when condition list is empty

* fix: bug
2025-04-07 16:02:45 +08:00
Junyi
46227c877f
fix(client): support to search field (#6627) 2025-04-07 15:29:18 +08:00
Katherine
5f6d7f2e0e
fix: variable parse failure when URL parameters contain Chinese characters (#6618) 2025-04-07 09:29:14 +08:00
gchust
c6e75919ba
fix: block template configure page style (#6625)
* fix: block template configure page style

* fix: unit tests errors

* chore: update tests snapshot

* fix: inconsistant style
2025-04-06 19:27:06 +08:00
Zeke Zhang
def3a0a388
fix: add headers to API request in AssociationFieldProvider (#6619)
* fix: add headers to API request in AssociationFieldProvider

* fix: handle optional dataSource in headers for API request in AssociationFieldProvider
2025-04-06 17:53:10 +08:00
Junyi
393b46a3bc
refactor(client): add trim API for Input and Variable.TextArea (#6624)
* refactor(client): add trim API for Input and Variable.TextArea

* fix(client): avoid trim property to be passed to inner component
2025-04-06 09:58:46 +08:00
Sheldon Guo
8f5ae04743
feat: enhance error handling with optional title in AppError component (#6409) 2025-04-04 19:29:49 +08:00
Katherine
235cbebf74
fix: issue with Gantt block in tree collection (#6617)
* fix: issue with Gantt block in tree collection

* fix: bug

* fix: test
2025-04-03 20:25:44 +08:00
Zeke Zhang
3fb5afc33b fix(Collapse): avoid crashing 2025-04-03 16:41:47 +08:00
nocobase[bot]
c37ea4d60a chore(versions): 😊 publish v1.6.16 2025-04-03 07:15:19 +00:00
nocobase[bot]
4eb79f7aa9 Merge branch 'main' into next 2025-04-03 04:27:29 +00:00
chenos
709e09b1c8
fix: rename 2025-04-03 12:27:06 +08:00
nocobase[bot]
9d6c04640f Merge branch 'main' into next 2025-04-03 01:33:01 +00:00
Katherine
1552245abc
fix: style issue of tooltip-icon in form fields (#6615) 2025-04-03 09:32:32 +08:00
nocobase[bot]
d7d85d179e Merge branch 'main' into next 2025-04-02 08:59:03 +00:00
Zeke Zhang
cf36a3216b chore: add comment 2025-04-02 16:58:01 +08:00
katherinehhh
05284f29a8 Merge branch 'main' into next 2025-04-02 15:41:20 +08:00
Katherine
d2025ee76f
fix: field label display issue to prevent truncation by colon (#6599)
* fix: form field label truncation due to colon

* fix: test

* fix: bug
2025-04-02 14:54:09 +08:00
Katherine
6632c755d6
fix: x-disabled property not taking effect on form fields (#6610) 2025-04-02 11:32:33 +08:00
nocobase[bot]
994be1a2a1 chore(versions): 😊 publish v1.7.0-beta.13 2025-04-02 01:08:51 +00:00
nocobase[bot]
6a191f390c Merge branch 'main' into next 2025-04-01 15:29:17 +00:00
YANG QIA
12e6824153
fix(db): filterByTk is ignored when both filter and filterByTk are used in o2m deletion (#6606)
* fix(db): `filterByTk` is ignored when both `filter` and `filterByTk` are used in o2m deletion

* test: add test
2025-04-01 23:28:41 +08:00