Skip to content
Snippets Groups Projects

fix: [DLCM-2808] remove unnecessary folder level in DIP package to download

Merged Alicia.DeDiosFuente requested to merge adf-2808-remove-folder-dip-package into master
All threads resolved!
Files
7
@@ -181,7 +181,7 @@ public class ZipAssemblingService extends AssemblingService {
// Generate DIP iD
String dipId = StringTool.generateResId();
// Generate DIP zip
if (!dipBuilderService.createDIPArchive(this.orderLocation, order, dipId, orgUnitId, accessLevel, accessPath,
if (!dipBuilderService.createDipArchive(this.orderLocation, order, dipId, orgUnitId, accessLevel, accessPath,
this.getDipFolder(order.getResId(), orgUnitId, accessLevel))) {
return null;
}
Loading