[develop]: Set stakeholders categories for irish and update library

This commit is contained in:
Konstantinos Triantafyllou 2024-06-12 13:53:22 +03:00
parent 1a8a5f0ff1
commit c8145c4cfc
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9ae1ee928a7c467540cefe3ffea96efe54a91456
Subproject commit e51144a68de676221403ec2fed3614740d01c3c1

View File

@ -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},