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