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-94f89814c4df
master
tosmers 2015-02-15 15:33:41 +00:00
parent f40969e9c4
commit e778d2d024
1 changed files with 2 additions and 3 deletions

View File

@ -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"));
}
}
}