Fixes files in piante
This commit is contained in:
parent
1036446bfd
commit
1a0c26b44f
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for org.gcube.application.geoportal-client
|
||||
|
||||
## [v1.0.7] - 2022-05-25
|
||||
## [v1.0.7-SNAPSHOT] - 2022-05-25
|
||||
- Clone Concessione
|
||||
|
||||
## [v1.0.6] - 2021-09-20
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.application</groupId>
|
||||
<artifactId>geoportal-client</artifactId>
|
||||
<version>1.0.7</version>
|
||||
<version>1.0.7-SNAPSHOT</version>
|
||||
<name>Geoportal Client</name>
|
||||
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ public class ConcessioniUtils {
|
|||
copied.getPianteFineScavo().add(clean(src.getPianteFineScavo().get(i)));
|
||||
copied=client.replace(copied);
|
||||
req=asCopyRequest(src.getPianteFineScavo().get(i),storage);
|
||||
req.setDestinationPath(Concessione.Paths.imgByIndex(i));
|
||||
req.setDestinationPath(Concessione.Paths.piantaByIndex(i));
|
||||
if(req.getStreams()!=null&&!req.getStreams().isEmpty())
|
||||
copied=client.registerFileSet(copied.getMongo_id(),req);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue