From c952bffe9f6b4b7ae29e1ae507c00e48aea17459 Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Wed, 30 Oct 2024 09:34:02 +0000 Subject: [PATCH] arrange allow list alphabetically --- .../modules/webhooks/service/analyzeSessions/operations.ts | 2 +- editor.planx.uk/src/pages/FlowEditor/lib/analytics/provider.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api.planx.uk/modules/webhooks/service/analyzeSessions/operations.ts b/api.planx.uk/modules/webhooks/service/analyzeSessions/operations.ts index c318d5499e..6487e5ea8e 100644 --- a/api.planx.uk/modules/webhooks/service/analyzeSessions/operations.ts +++ b/api.planx.uk/modules/webhooks/service/analyzeSessions/operations.ts @@ -15,10 +15,10 @@ import type { Operation } from "../sanitiseApplicationData/types.js"; * so that Metabase picks up the new columns */ const ALLOW_LIST = [ - "application.type", "application.declaration.connection", "application.information.harmful", "application.information.sensitive", + "application.type", "drawBoundary.action", "findProperty.action", "_overrides", diff --git a/editor.planx.uk/src/pages/FlowEditor/lib/analytics/provider.tsx b/editor.planx.uk/src/pages/FlowEditor/lib/analytics/provider.tsx index 6df5619614..abcfba7069 100644 --- a/editor.planx.uk/src/pages/FlowEditor/lib/analytics/provider.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/lib/analytics/provider.tsx @@ -43,10 +43,10 @@ import { * so that Metabase picks up the new columns */ export const ALLOW_LIST = [ - "application.type", "application.declaration.connection", "application.information.harmful", "application.information.sensitive", + "application.type", "drawBoundary.action", "findProperty.action", "_overrides",