From e6c68b7138a7db42fe93434e96f99eac5fba7652 Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Thu, 21 Nov 2024 22:58:21 -0500 Subject: [PATCH] Remove `LimitCollectionCreationDeletionSplit` feature flag (#11258) * Remove references to feature flag * Remove feature flag enum --- .../settings/account.component.html | 31 +++------ .../settings/account.component.ts | 67 +++---------------- apps/web/src/locales/en/messages.json | 3 - .../models/data/organization.data.spec.ts | 2 - .../models/data/organization.data.ts | 4 -- .../models/domain/organization.ts | 6 +- ...on-collection-management-update.request.ts | 2 - .../models/response/organization.response.ts | 6 -- .../response/profile-organization.response.ts | 6 -- libs/common/src/enums/feature-flag.enum.ts | 2 - 10 files changed, 21 insertions(+), 108 deletions(-) diff --git a/apps/web/src/app/admin-console/organizations/settings/account.component.html b/apps/web/src/app/admin-console/organizations/settings/account.component.html index d1a1a091929..b3fac56c0bb 100644 --- a/apps/web/src/app/admin-console/organizations/settings/account.component.html +++ b/apps/web/src/app/admin-console/organizations/settings/account.component.html @@ -52,11 +52,7 @@

{{ "collectionManagement" | i18n }}

{{ "collectionManagementDesc" | i18n }}

@@ -64,24 +60,15 @@ {{ "allowAdminAccessToAllCollectionItemsDesc" | i18n }} - - - {{ "limitCollectionCreationDesc" | i18n }} - - - - {{ "limitCollectionDeletionDesc" | i18n }} - - - - - - {{ "limitCollectionCreationDeletionDesc" | i18n }} - - - + + {{ "limitCollectionCreationDesc" | i18n }} + + + + {{ "limitCollectionDeletionDesc" | i18n }} + +