[UPDATE]
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-94f89814c4dfmaster
parent
9a838d1dcb
commit
ba43eb1db2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue