[UPDATE]
In der Klasse ccm-cms/src/com/arsdigita/cms/ui/lifecycle/AddPhaseForm.java die FormProcessException in der Zeile 309 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3181 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f40969e9c4
commit
e778d2d024
|
|
@ -306,9 +306,8 @@ class AddPhaseForm extends CMSForm {
|
|||
|
||||
if (phaseDef.getLabel().equalsIgnoreCase(label)) {
|
||||
phaseDefs.close();
|
||||
throw new FormProcessException
|
||||
("A phase with that name already exists for this lifecycle: "
|
||||
+ label);
|
||||
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||
"cms.ui.lifecycle.name_not_unique"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue