[UPDATE]
In der Klasse ccm-cms/src/com/arsdigita/cms/ui/UserAdminPane.java die FormProcessException in der Zeile 175 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3179 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
e7318a4626
commit
c0399d9310
|
|
@ -172,8 +172,8 @@ public class UserAdminPane extends SimpleContainer {
|
|||
final String[] users = (String[]) data.get("users");
|
||||
|
||||
if (users == null) {
|
||||
throw new FormProcessException
|
||||
(lz("cms.ui.workflow.no_users_were_selected"));
|
||||
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||
"cms.ui.workflow.no_users_were_selected"));
|
||||
} else {
|
||||
User user;
|
||||
ContentSection section = CMS.getContext().getContentSection();
|
||||
|
|
|
|||
Loading…
Reference in New Issue