[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");
|
final String[] users = (String[]) data.get("users");
|
||||||
|
|
||||||
if (users == null) {
|
if (users == null) {
|
||||||
throw new FormProcessException
|
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||||
(lz("cms.ui.workflow.no_users_were_selected"));
|
"cms.ui.workflow.no_users_were_selected"));
|
||||||
} else {
|
} else {
|
||||||
User user;
|
User user;
|
||||||
ContentSection section = CMS.getContext().getContentSection();
|
ContentSection section = CMS.getContext().getContentSection();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue