From 570c80a91a3c493a4897d030e7d8992f0a366f45 Mon Sep 17 00:00:00 2001 From: estifanos Date: Tue, 1 Sep 2026 06:59:35 +0000 Subject: [PATCH] refactor: remove CoC and GOC endorsement queue navigation and translation keys --- apps/backoffice/src/app/i18n/locales/am.ts | 2 -- apps/backoffice/src/app/i18n/locales/en.ts | 2 -- apps/backoffice/src/app/layouts/nav-config.ts | 12 ------------ 3 files changed, 16 deletions(-) diff --git a/apps/backoffice/src/app/i18n/locales/am.ts b/apps/backoffice/src/app/i18n/locales/am.ts index ee4ee2eef..4c03f3254 100644 --- a/apps/backoffice/src/app/i18n/locales/am.ts +++ b/apps/backoffice/src/app/i18n/locales/am.ts @@ -88,8 +88,6 @@ export const am: Translations = { btcQueue: "የBTC ወረፋ", cocQueue: "የCoC ወረፋ", copQueue: "የCoP ወረፋ", - endorsementCocQueue: "የCoC እውቅና ወረፋ", - endorsementGocQueue: "የGOC እውቅና ወረፋ", endorsementQueue: "የማስተያየት ወረፋ", vesselRegistrations: "የመርከብ ምዝገባ", // vesselRegistrationReport: 'የምዝገባ ሪፖርት', diff --git a/apps/backoffice/src/app/i18n/locales/en.ts b/apps/backoffice/src/app/i18n/locales/en.ts index 342ace75b..1cfb20a56 100644 --- a/apps/backoffice/src/app/i18n/locales/en.ts +++ b/apps/backoffice/src/app/i18n/locales/en.ts @@ -88,8 +88,6 @@ export const en = { postWaiverQueue: 'Post-Waiver Queue', cocQueue: 'CoC Queue', copQueue: 'CoP Queue', - endorsementCocQueue: 'CoC Endorsement Queue', - endorsementGocQueue: 'GOC Endorsement Queue', endorsementQueue: 'Endorsement Queue', vesselRegistrations: 'Vessel Registration', vesselTransfers: 'Vessel Ownership Transfer', diff --git a/apps/backoffice/src/app/layouts/nav-config.ts b/apps/backoffice/src/app/layouts/nav-config.ts index 7df1c5bcf..9ab587db6 100644 --- a/apps/backoffice/src/app/layouts/nav-config.ts +++ b/apps/backoffice/src/app/layouts/nav-config.ts @@ -189,18 +189,6 @@ export const NAV_SECTIONS: NavSection[] = [ icon: IconShieldCheck, permissions: SEAFARER_QUEUE, }, - { - to: "/licence-review/type/ENDORSEMENT_COC", - label: "nav.endorsementCocQueue", - icon: IconRubberStamp, - permissions: [P.VIEW_SEAFARER_REGISTRY], - }, - { - to: "/licence-review/type/ENDORSEMENT_GOC", - label: "nav.endorsementGocQueue", - icon: IconRubberStamp, - permissions: [P.VIEW_SEAFARER_REGISTRY], - }, { to: "/licence-review/type/ENDORSEMENT_SEAFARER", label: "nav.endorsementQueue",