Skip to content
Snippets Groups Projects

Resolve "download of source file"

Merged Piotr Gawron requested to merge 285-download-of-source-file into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -190,6 +190,10 @@ public class ProjectRestImpl extends BaseRestImpl {
if (project == null) {
throw new ObjectNotFoundException("Project with given id doesn't exist");
}
if (project.getInputData() != null) {
// fetch the data from db
project.getInputData().getFileContent();
}
return project.getInputData();
}
Loading