Browse Source

fix: load all fields in expanded form

pull/6360/head
DarkPhoenix2704 1 year ago
parent
commit
71ed6e1ca9
  1. 2
      packages/nc-gui/composables/useLTARStore.ts

2
packages/nc-gui/composables/useLTARStore.ts

@ -163,7 +163,7 @@ const [useProvideLTARStore, useLTARStore] = useInjectionState(
where: where:
childrenExcludedListPagination.query && childrenExcludedListPagination.query &&
`(${relatedTableDisplayValueProp.value},like,${childrenExcludedListPagination.query})`, `(${relatedTableDisplayValueProp.value},like,${childrenExcludedListPagination.query})`,
fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value], // fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value],
} as any, } as any,
) )
} else { } else {

Loading…
Cancel
Save