From 25491edde2eaccec24f5c09d91b2d328f1267082 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:28:54 +0000 Subject: [PATCH] fix: update audit logs oss api --- .../nc-gui/components/workspace/AuditLogs.vue | 4 +- packages/nc-gui/components/workspace/View.vue | 3 +- .../src/controllers/audits.controller.ts | 4 +- packages/nocodb/src/models/Audit.ts | 87 +------------------ packages/nocodb/src/schema/swagger.json | 70 --------------- .../nocodb/src/services/audits.service.ts | 4 +- 6 files changed, 8 insertions(+), 164 deletions(-) diff --git a/packages/nc-gui/components/workspace/AuditLogs.vue b/packages/nc-gui/components/workspace/AuditLogs.vue index fa140be9b2..7ad71fdffa 100644 --- a/packages/nc-gui/components/workspace/AuditLogs.vue +++ b/packages/nc-gui/components/workspace/AuditLogs.vue @@ -196,7 +196,7 @@ useEventListener(tableWrapper, 'scroll', () => { - {{ bases.get(baseId)?.title }} Record with ID 12 has been updated in Table Features. Column "Title" got changed from + {{ bases.get(baseId)?.title }} @@ -231,7 +231,7 @@ useEventListener(tableWrapper, 'scroll', () => {
{