[UPDATE]
In der Klasse com/arsdigita/cms/ui/FolderProperties.java die FormProcessException in der Zeile 216 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3166 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
4f55a95e4f
commit
716175b574
|
|
@ -213,7 +213,8 @@ public class FolderProperties extends CMSContainer {
|
||||||
throws FormProcessException {
|
throws FormProcessException {
|
||||||
PageState state = event.getPageState();
|
PageState state = event.getPageState();
|
||||||
if ( isCancelled(state) ) {
|
if ( isCancelled(state) ) {
|
||||||
throw new FormProcessException( (String) GlobalizationUtil.globalize("cms.ui.cancel_hit").localize());
|
throw new FormProcessException(
|
||||||
|
GlobalizationUtil.globalize("cms.ui.cancel_hit"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue