From 48e6637a36e3bfbf1a6f4cdb7a535b24367135fa Mon Sep 17 00:00:00 2001 From: Katherine Date: Wed, 7 May 2025 19:57:40 +0800 Subject: [PATCH 1/2] fix: subtable pagination bar style issue in read-only mode (#6830) --- .../src/schema-component/antd/association-field/SubTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx b/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx index ace49b127e..b03288c2c7 100644 --- a/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx +++ b/packages/core/client/src/schema-component/antd/association-field/SubTable.tsx @@ -78,6 +78,7 @@ const subTableContainer = css` .ant-table-footer { margin-top: 10px; background: inherit; + min-height: 22px; } `; From 0fd958ef070357d59dcb6cc344905c8e1a5aedc0 Mon Sep 17 00:00:00 2001 From: Katherine Date: Wed, 7 May 2025 20:17:17 +0800 Subject: [PATCH 2/2] fix: attachment (URL) fields should not allow value configuration in linkage rules (#6831) --- .../src/client/component/AttachmentUrl.tsx | 1 - .../src/client/interfaces/attachment-url.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-field-attachment-url/src/client/component/AttachmentUrl.tsx b/packages/plugins/@nocobase/plugin-field-attachment-url/src/client/component/AttachmentUrl.tsx index 0cfa332988..f8eb0f2c89 100644 --- a/packages/plugins/@nocobase/plugin-field-attachment-url/src/client/component/AttachmentUrl.tsx +++ b/packages/plugins/@nocobase/plugin-field-attachment-url/src/client/component/AttachmentUrl.tsx @@ -113,7 +113,6 @@ const InnerAttachmentUrl = (props) => { if (underFilter) { return ; } - console.log(collectionField); return (