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:
childrenExcludedListPagination.query &&
`(${relatedTableDisplayValueProp.value},like,${childrenExcludedListPagination.query})`,
fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value],
// fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value],
} as any,
)
} else {

Loading…
Cancel
Save