From d2c493aa7b6268e63f2dc8ac0f8c3e8b4c14efef Mon Sep 17 00:00:00 2001 From: Anbarasu Date: Tue, 25 Jun 2024 11:00:36 +0530 Subject: [PATCH] Nc fix/api call (#8841) * fix: aggregate not loading * fix: dulpicate call * fix: scroll issue * fix: scroll issue * fix: random fix * fix: test * fix: remove console.log * fix: set Timeout * fix: enable none aggregation for fk * fix: test debug * fix: lookup attachment issue * fix: skip system LTAR columns from aggregation * fix: revert debug changes * fix: if display value missing treat the first column as display value * fix: disable system col aggregation if hidden * fix: missing commit * fix: exclude system column * fix: rollup grouping/aggregation fix --------- Co-authored-by: Pranav C --- .../nc-gui/components/nc/PaginationV2.vue | 2 +- .../smartsheet/grid/PaginationV2.vue | 8 +--- .../components/smartsheet/grid/Table.vue | 4 +- .../components/smartsheet/grid/index.vue | 4 +- .../nc-gui/composables/useViewAggregate.ts | 45 ++++++++++--------- .../nocodb-sdk/src/lib/aggregationHelper.ts | 2 +- packages/nocodb/src/db/BaseModelSqlv2.ts | 16 +++++-- packages/nocodb/src/db/aggregation.ts | 1 + .../src/db/generateLookupSelectQuery.ts | 23 ++++++---- .../nocodb/src/services/data-table.service.ts | 2 +- .../src/services/public-datas.service.ts | 2 +- 11 files changed, 64 insertions(+), 45 deletions(-) diff --git a/packages/nc-gui/components/nc/PaginationV2.vue b/packages/nc-gui/components/nc/PaginationV2.vue index 714fc023c6..b1c493b0b9 100644 --- a/packages/nc-gui/components/nc/PaginationV2.vue +++ b/packages/nc-gui/components/nc/PaginationV2.vue @@ -143,7 +143,7 @@ const pageSizeOptions = [