[UPDATE]
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java die FormProcessException in der Zeile 723 umgebaut (Exception einfach weitergereicht). git-svn-id: https://svn.libreccm.org/ccm/trunk@3192 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9541039b09
commit
141ad8f4f0
|
|
@ -720,7 +720,7 @@ public class BrowseFileInfoPropertiesPane extends ModalContainer implements DMCo
|
|||
|
||||
} catch (java.io.IOException ex) {
|
||||
ex.printStackTrace();
|
||||
throw new FormProcessException(ex.getMessage());
|
||||
throw new FormProcessException(ex);
|
||||
}
|
||||
|
||||
// Annotate transaction description
|
||||
|
|
|
|||
Loading…
Reference in New Issue