Skip to content

Commit

Permalink
FIX recupero allegati missione
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Sep 18, 2017
1 parent da115a8 commit 614ca1d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ public StorageObject recuperoFlows(String idFlusso) throws DetailedException{
else if (resultsFolder.size() > 1){
throw new ApplicationException("Errore di sistema, esistono sul documentale piu' Riepiloghi Flusso. ID Flusso:"+ idFlusso);
} else {
return resultsFolder.get(0);
return getStorageObjectBykey(resultsFolder.get(0).getKey());
}
}

Expand Down

0 comments on commit 614ca1d

Please sign in to comment.