mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix: prevent URL change on clicking unconfigured association field (#4919)
This commit is contained in:
parent
09e3cb4996
commit
ac3d6d91b7
@ -98,10 +98,15 @@ const ButtonLinkList: FC<ButtonListProps> = (props) => {
|
|||||||
if (designable) {
|
if (designable) {
|
||||||
insertViewer(schema.Viewer);
|
insertViewer(schema.Viewer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// fix https://nocobase.height.app/T-4794/description
|
||||||
|
if (fieldSchema.properties) {
|
||||||
openPopup({
|
openPopup({
|
||||||
recordData: record,
|
recordData: record,
|
||||||
parentRecordData: recordData,
|
parentRecordData: recordData,
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
ellipsisWithTooltipRef?.current?.setPopoverVisible(false);
|
ellipsisWithTooltipRef?.current?.setPopoverVisible(false);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user