|
|
@ -135,7 +135,7 @@ const [useProvideSmartsheetRowStore, useSmartsheetRowStore] = useInjectionState( |
|
|
|
NOCO, |
|
|
|
NOCO, |
|
|
|
project.value.title as string, |
|
|
|
project.value.title as string, |
|
|
|
meta.value?.title as string, |
|
|
|
meta.value?.title as string, |
|
|
|
extractPkFromRow(currentRow.value, meta.value?.columns as ColumnType[]), |
|
|
|
extractPkFromRow(currentRow.value.row, meta.value?.columns as ColumnType[]), |
|
|
|
'bt' as any, |
|
|
|
'bt' as any, |
|
|
|
column.title as string, |
|
|
|
column.title as string, |
|
|
|
extractPkFromRow(currentRow.value.row[column.title!], relatedTableMeta?.columns as ColumnType[]), |
|
|
|
extractPkFromRow(currentRow.value.row[column.title!], relatedTableMeta?.columns as ColumnType[]), |
|
|
@ -146,7 +146,7 @@ const [useProvideSmartsheetRowStore, useSmartsheetRowStore] = useInjectionState( |
|
|
|
NOCO, |
|
|
|
NOCO, |
|
|
|
project.value.title as string, |
|
|
|
project.value.title as string, |
|
|
|
meta.value?.title as string, |
|
|
|
meta.value?.title as string, |
|
|
|
extractPkFromRow(currentRow.value, meta.value?.columns as ColumnType[]), |
|
|
|
extractPkFromRow(currentRow.value.row, meta.value?.columns as ColumnType[]), |
|
|
|
(<LinkToAnotherRecordType>column?.colOptions).type as 'hm' | 'mm', |
|
|
|
(<LinkToAnotherRecordType>column?.colOptions).type as 'hm' | 'mm', |
|
|
|
column.title as string, |
|
|
|
column.title as string, |
|
|
|
extractPkFromRow(link, relatedTableMeta?.columns as ColumnType[]), |
|
|
|
extractPkFromRow(link, relatedTableMeta?.columns as ColumnType[]), |
|
|
|