From 536c11cee785a2be0e671d1d4fe555320e3d5884 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 16 Apr 2022 18:37:12 +0530 Subject: [PATCH] fix: consider virtual option in LAR column creation (#1709) Signed-off-by: Pranav C --- .../editColumn/linkedToAnotherOptions.vue | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue index de1eb8415e..7981cdd26e 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editColumn/linkedToAnotherOptions.vue @@ -52,8 +52,7 @@ - - + + + + + + @@ -148,7 +145,7 @@ export default { onDelete: 'NO ACTION', onUpdate: 'NO ACTION', updateRelation: !!this.column.rtn, - relationType: 'real' + virtual: this.isSQLite } }, methods: {