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-94f89814c4df
master
tosmers 2015-02-18 21:14:57 +00:00
parent a7a9d597d7
commit 7556fd6efd
1 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,8 @@ public abstract class WidgetLabelForm extends WidgetForm {
try {
form = new PersistentFormSection(form_id);
} 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);