Fehler in ccm-cms-types-genericorganization korrigiert

git-svn-id: https://svn.libreccm.org/ccm/trunk@161 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2009-05-11 09:17:40 +00:00
parent ac67ccd752
commit 567ebbffef
1 changed files with 0 additions and 3 deletions

View File

@ -89,11 +89,8 @@ public class GenericOrganizationPropertyForm extends BasicPageForm implements Fo
}
public void submitted(FormSectionEvent fse) {
s_log.log (Level.DEBUG, "GenericOrganization submitted");
if (m_step != null
&& getSaveCancelSection().getCancelButton().isSelected(fse.getPageState())) {
s_log.log (Level.DEBUG, "GenericOrganization submit canceled");
m_step.cancelStreamlinedCreation(fse.getPageState());
}
}