In der Klasse com/arsdigita/cms/ui/role/RoleAdminAddForm.java die FormProcessException in der Zeile 148 umgebaut.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3168 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-13 23:51:43 +00:00
parent 9a838d1dcb
commit ba43eb1db2
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ class RoleAdminAddForm extends UserAddForm {
}
} else {
throw new FormProcessException( (String) GlobalizationUtil.globalize("cms.ui.staff.no_users_were_selected").localize());
throw new FormProcessException(GlobalizationUtil.globalize(
"cms.ui.staff.no_users_were_selected"));
}
fireCompletionEvent(state);