From 05475efc9de14b4b77184186e5c02c89aee32e33 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 16 Oct 2021 17:37:21 +0530 Subject: [PATCH] fix: lookup columns in shared view Signed-off-by: Pranav C --- .../spreadsheet/components/editColumn.vue | 11 ++--- .../editColumn/linkedToAnotherOptions.vue | 6 ++- .../components/editColumn/relationOptions.vue | 4 +- .../components/virtualHeaderCell.vue | 5 ++- .../project/spreadsheet/helpers/uiTypes.js | 15 ++++--- .../project/spreadsheet/mixins/spreadsheet.js | 20 ++++----- .../project/spreadsheet/public/xcForm.vue | 10 ++--- .../project/spreadsheet/public/xcTable.vue | 10 ++--- .../nocodb/src/lib/noco/meta/NcMetaMgrEE.ts | 43 ++++++++++++++++++- 9 files changed, 87 insertions(+), 37 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue index 73871f2f21..640b4faa40 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue @@ -20,7 +20,6 @@