From 3d5c6531c3141ac9a8510bd6addc5642003149e1 Mon Sep 17 00:00:00 2001 From: estifanos Date: Fri, 28 Aug 2026 09:42:38 +0000 Subject: [PATCH] feat: move personal documents configuration to a dedicated tab in the global configuration page --- .../pages/CertificateRequirementsPage.tsx | 6 ------ .../configuration/pages/ConfigurationPage/index.tsx | 11 +++++++++++ apps/backoffice/src/app/i18n/locales/am.ts | 1 + apps/backoffice/src/app/i18n/locales/en.ts | 1 + 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx b/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx index 7cb3cc5d7..86352bb97 100644 --- a/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx +++ b/apps/backoffice/src/app/features/certificate-requirements/pages/CertificateRequirementsPage.tsx @@ -6,7 +6,6 @@ import { ErrorState, PageHeader, PageLoader } from '@ema-platform/ui'; import { extractErrorMessage, useGetLicenseTypesQuery, useLocalized } from '@ema-platform/api'; import { DocumentRequirementsTab } from '../components/DocumentRequirementsTab'; import { FormSchemaTab } from '../components/FormSchemaTab'; -import { PersonalDocumentsCard } from '../components/PersonalDocumentsCard'; /** * Where an administrator configures what an applicant must fill in and @@ -59,11 +58,6 @@ export function CertificateRequirementsPage() { ) : ( - {/* Above the licence-type picker on purpose: these documents - belong to no single type, so filing them under whichever one - happens to be selected would misread. */} - -