[develop]: Set stakeholders categories for irish and update library
This commit is contained in:
parent
1a8a5f0ff1
commit
c8145c4cfc
|
@ -1 +1 @@
|
|||
Subproject commit 9ae1ee928a7c467540cefe3ffea96efe54a91456
|
||||
Subproject commit e51144a68de676221403ec2fed3614740d01c3c1
|
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue