[UPDATE]
In der Klasse ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemCreate.java die FormProcessException in der Zeile 114 umgebaut. (Exception an die FormProcessException weitergereicht) git-svn-id: https://svn.libreccm.org/ccm/trunk@3210 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
70dcedbb3d
commit
60b755c52e
|
|
@ -111,7 +111,7 @@ public class MOTDItemCreate extends PageCreate {
|
|||
|
||||
} catch (Exception ex) {
|
||||
s_log.error(ex);
|
||||
throw new FormProcessException(ex.getMessage());
|
||||
throw new FormProcessException(ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue