[UPDATE]
In der Klasse ccm-cms/src/com/arsdigita/cms/ui/role/RolePartyAddForm.java die FormProcessException in der Zeile 112 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3178 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
94838d1347
commit
e7318a4626
|
|
@ -109,9 +109,8 @@ class RolePartyAddForm extends PartyAddForm {
|
|||
String[] parties = (String[]) data.get("parties");
|
||||
s_log.debug("PARTIES = " + parties);
|
||||
if (parties == null) {
|
||||
throw new FormProcessException
|
||||
((String) GlobalizationUtil.globalize
|
||||
("cms.ui.role.no_party_selected").localize());
|
||||
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||
"cms.ui.role.no_party_selected"));
|
||||
}
|
||||
|
||||
BigDecimal roleId =
|
||||
|
|
|
|||
Loading…
Reference in New Issue