[UPDATE]
In der Klasse ccm-navigation/src/com/arsdigita/navigation/ui/admin/NavigationCreateForm.java die FormProcessException in der Zeile 121 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3190 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
23e73814d0
commit
6fd116a9ff
|
|
@ -118,7 +118,8 @@ public class NavigationCreateForm extends Form {
|
||||||
data.put(NAV_DOMAIN, "");
|
data.put(NAV_DOMAIN, "");
|
||||||
data.put(NAV_DESC, "");
|
data.put(NAV_DESC, "");
|
||||||
|
|
||||||
throw new FormProcessException("Canceled");
|
throw new FormProcessException(NavigationGlobalizationUtil.globalize(
|
||||||
|
"ui.admin.canceled"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue