[UPDATE]
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/WidgetLabelForm.java die FormProcessException in der Zeile 196 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3244 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
a7a9d597d7
commit
7556fd6efd
|
|
@ -193,7 +193,8 @@ public abstract class WidgetLabelForm extends WidgetForm {
|
||||||
try {
|
try {
|
||||||
form = new PersistentFormSection(form_id);
|
form = new PersistentFormSection(form_id);
|
||||||
} catch (DataObjectNotFoundException ex) {
|
} catch (DataObjectNotFoundException ex) {
|
||||||
throw new FormProcessException("cannot find form",ex);
|
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||||
|
"formbuilder.ui.editors.cannot_find_form"));
|
||||||
}
|
}
|
||||||
|
|
||||||
addWidgetLabel(widget, label, form);
|
addWidgetLabel(widget, label, form);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue