[UPDATE]
In der Klasse ccm-cms-types-decisiontree/src/com/arsdigita/cms/contenttypes/ui/DecisionTreeTargetDeleteForm.java die FormProcessException in der Zeile 108 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3225 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
85d31b3a20
commit
75388a0926
|
|
@ -105,10 +105,8 @@ public class DecisionTreeTargetDeleteForm extends Form
|
|||
PageState state = event.getPageState();
|
||||
|
||||
if ( m_saveCancelSection.getCancelButton().isSelected(state) ) {
|
||||
throw new FormProcessException( (String)
|
||||
DecisionTreeGlobalizationUtil.globalize(
|
||||
"cms.contenttypes.ui.decisiontree.targets.submission_cancelled")
|
||||
.localize());
|
||||
throw new FormProcessException(DecisionTreeGlobalizationUtil.globalize(
|
||||
"cms.contenttypes.ui.decisiontree.targets.submission_cancelled"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue