From a9945d5da419c315364a31a29ad026e4c4576987 Mon Sep 17 00:00:00 2001 From: argirok Date: Mon, 10 Jun 2024 09:03:15 +0300 Subject: [PATCH] [plugins-functionality | DONE | CHANGED ] create validateEnabledPage.component.ts include it in manage pages --- .../affiliations/affiliations.component.html | 5 +- .../affiliations/affiliations.component.ts | 25 +---- .../pages/affiliations/affiliations.module.ts | 3 +- .../communityContentProviders.module.ts | 3 +- .../criteria/criteria.component.html | 2 +- .../manage-content-providers.component.ts | 52 ++++++----- .../remove-content-providers.component.html | 2 + .../projects/communityProjects.module.ts | 3 +- .../projects/remove-projects.component.html | 1 + .../subjects-edit-form.component.html | 1 + .../subjects-edit-form.module.ts | 3 +- .../utils/validateEnabledPage.component.ts | 93 +++++++++++++++++++ src/app/utils/validateEnabledPage.module.ts | 17 ++++ 13 files changed, 157 insertions(+), 53 deletions(-) create mode 100644 src/app/utils/validateEnabledPage.component.ts create mode 100644 src/app/utils/validateEnabledPage.module.ts diff --git a/src/app/pages/affiliations/affiliations.component.html b/src/app/pages/affiliations/affiliations.component.html index e4afdb0..4570444 100644 --- a/src/app/pages/affiliations/affiliations.component.html +++ b/src/app/pages/affiliations/affiliations.component.html @@ -2,10 +2,6 @@
-