CompatibilityClasses fix
This commit is contained in:
parent
2afd3ef412
commit
0590efba9a
|
@ -820,7 +820,7 @@ public class RepositoryServiceImpl implements RepositoryService {
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO TO BE REMOVED WHEN VOCABULARIES ARE UPDATED
|
//TODO TO BE REMOVED WHEN VOCABULARIES ARE UPDATED
|
||||||
if (mode.equalsIgnoreCase(Constants.REPOSITORY_MODE_RE3DATA) && !foundData)
|
if ((mode.equalsIgnoreCase("repository") || mode.equalsIgnoreCase(Constants.REPOSITORY_MODE_RE3DATA)) && !foundData)
|
||||||
retMap.put("openaire2.0_data", "OpenAIRE Data (funded, referenced datasets)");
|
retMap.put("openaire2.0_data", "OpenAIRE Data (funded, referenced datasets)");
|
||||||
|
|
||||||
return retMap;
|
return retMap;
|
||||||
|
|
Loading…
Reference in New Issue