mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 15:39:24 +08:00
fix: button linkage rule is not taking effect (#6140)
This commit is contained in:
parent
ecaee603bd
commit
2a88c8a3b0
@ -1577,7 +1577,7 @@ export const getAppends = ({
|
||||
}
|
||||
} else if (
|
||||
![
|
||||
'ActionBar',
|
||||
// 'ActionBar',
|
||||
'Action',
|
||||
'Action.Link',
|
||||
'Action.Modal',
|
||||
@ -1623,8 +1623,6 @@ export const useAssociationNames = (dataSource?: string) => {
|
||||
});
|
||||
appends = fillParentFields(appends);
|
||||
|
||||
console.log('appends', appends);
|
||||
|
||||
return { appends: [...appends], updateAssociationValues: [...updateAssociationValues] };
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user