[develop]: Helper class: Remove group from mapType.

This commit is contained in:
Konstantinos Triantafyllou 2024-03-12 19:24:50 +02:00
parent b0c69be6ef
commit 622459c26c
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ export class Role {
}
public static mapType(type: string, communityMap: boolean = true): string {
type = type.replace(this.GROUP, '');
if (type == "ri" && communityMap) {
type = "community";
} else if (type == "organization") {