Skip to content
Snippets Groups Projects
Commit 288989d4 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

downloading project source file issue

parent 96ff8539
No related branches found
No related tags found
1 merge request!199Resolve "download of source file"
Pipeline #
......@@ -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();
}
......
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