From c8145c4cfc07e61f10a2c18e96bb54d37dcc7090 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 12 Jun 2024 13:53:22 +0300 Subject: [PATCH] [develop]: Set stakeholders categories for irish and update library --- src/app/openaireLibrary | 2 +- src/app/shared/irish.ts | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 9ae1ee9..e51144a 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 9ae1ee928a7c467540cefe3ffea96efe54a91456 +Subproject commit e51144a68de676221403ec2fed3614740d01c3c1 diff --git a/src/app/shared/irish.ts b/src/app/shared/irish.ts index d2a1315..cf1489e 100644 --- a/src/app/shared/irish.ts +++ b/src/app/shared/irish.ts @@ -33,6 +33,12 @@ export class Irish { StakeholderConfiguration.ENTITIES.researcher = 'Researcher'; StakeholderConfiguration.ENTITIES.researchers = 'Researchers'; + StakeholderConfiguration.STAKEHOLDER_CATEGORIES = [ + {name: 'All', plural: 'All', value: 'all'}, + {name: 'Template', plural: 'Templates', value: 'templates'}, + {name: 'Monitor', plural: 'Monitors', value: 'standalone'}, + ]; + StakeholderConfiguration.TYPES = [ {value: 'funder', label: StakeholderConfiguration.ENTITIES.funder}, {value: 'organization', label: StakeholderConfiguration.ENTITIES.organization},