if the funding does not start with H2020 but contains it the nsp should be corda__h2020
This commit is contained in:
parent
7465fa3f20
commit
7cf1f49d5e
|
@ -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_______::";
|
||||
|
|
Loading…
Reference in New Issue