if the funding does not start with H2020 but contains it the nsp should be corda__h2020

This commit is contained in:
Miriam Baglioni 2021-04-23 11:50:26 +02:00
parent 7465fa3f20
commit 7cf1f49d5e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ public class QueryInformationSystem {
if (funding == null) {
return null;
}
if (funding.toLowerCase().startsWith("h2020")) {
if (funding.toLowerCase().contains("h2020")) {
nsp = "corda__h2020::";
} else {
nsp = "corda_______::";