Skip to content
Snippets Groups Projects
Commit 0728edf1 authored by jakubs's avatar jakubs
Browse files

SP-203 BIS-126 imporove bahavior of moving, creating files and directories for...

SP-203 BIS-126 imporove bahavior of moving, creating files and directories for feature container datasets

SVN: 26331
parent acaa701e
No related branches found
No related tags found
No related merge requests found
......@@ -103,4 +103,9 @@ public class FeatureVectorContainerDataSet extends DataSet<DataSetInformation> i
getRegistrationDetails().setPropertyValue(propertyCode, propertyValue);
}
@Override
public File getDataSetStagingFolder()
{
return originalDataset.getDataSetStagingFolder();
}
}
......@@ -517,7 +517,7 @@ public class ImagingDataSetRegistrationTransaction extends DataSetRegistrationTr
"Cannot move the files because the original dataset is missing: " + src);
}
return super.moveFile(src, originalDataSet, getDestinationInOriginal(dstInDataset));
return super.moveFile(src, originalDataSet, dstInDataset);
}
return super.moveFile(src, dst, dstInDataset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment