Update Librabry. Show private stakeholders

This commit is contained in:
Konstantinos Triantafyllou 2021-11-02 16:27:59 +02:00
parent f038d662c5
commit d4a6deeb38
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit b2ad62b6ad0e7c36e6be4b7a3de39631a81fd9bc
Subproject commit afcd7fc3c3621a9f65663076c34216a7a45f4b25

View File

@ -284,12 +284,12 @@ export class SearchStakeholdersComponent {
results.push(this.results[i]);
break;
}
} /*else if (value.replace(/["']/g, "") == 'private') {
} else if (value.replace(/["']/g, "") == 'private') {
if (this.results[i].visibility === 'PRIVATE') {
results.push(this.results[i]);
break;
}
}*/
}
}
}
}