reintroduced typology field
This commit is contained in:
parent
d3f13fc8c2
commit
2a8294a958
|
@ -291,6 +291,7 @@ public class Converter {
|
|||
* datasource class -> typology
|
||||
* */
|
||||
// repositoryMap.put("eoscDatasourceType", repository.getDatasourceClass()); // TODO: enable in future release
|
||||
repositoryMap.put("typology", repository.getDatasourceClass());
|
||||
repositoryMap.put("platform", repository.getTypology());
|
||||
|
||||
repositoryMap.put("dateofvalidation", repository.getDateOfCollection() != null ? convertDateToString(repository.getDateOfCollection()) : "");
|
||||
|
|
Loading…
Reference in New Issue