Skip to content

Commit

Permalink
BUG sul caricamento degli allegati
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed May 5, 2015
1 parent 04d3319 commit c115d47
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -92,6 +92,9 @@ public void scaricaAllegatoGenerico(ActionContext actioncontext) throws IOExcept
public OggettoBulk initializeModelForEditAllegati(ActionContext actioncontext, OggettoBulk oggettobulk) throws BusinessProcessException {
AllegatoParentBulk allegatoParentBulk = (AllegatoParentBulk)oggettobulk;
try {
CMISPath path = getCMISPath((K) oggettobulk);
if (path == null)
return oggettobulk;
Folder parent = (Folder) cmisService.getNodeByPath(getCMISPath((K) oggettobulk));
for (CmisObject cmisObject : parent.getChildren()) {
if (cmisService.hasAspect(cmisObject, CMISAspect.SYS_ARCHIVED.value()))
Expand Down

0 comments on commit c115d47

Please sign in to comment.