Fehler in ccm-cms-types-genericorganization korrigiert
git-svn-id: https://svn.libreccm.org/ccm/trunk@161 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ac67ccd752
commit
567ebbffef
|
|
@ -89,11 +89,8 @@ public class GenericOrganizationPropertyForm extends BasicPageForm implements Fo
|
||||||
}
|
}
|
||||||
|
|
||||||
public void submitted(FormSectionEvent fse) {
|
public void submitted(FormSectionEvent fse) {
|
||||||
s_log.log (Level.DEBUG, "GenericOrganization submitted");
|
|
||||||
|
|
||||||
if (m_step != null
|
if (m_step != null
|
||||||
&& getSaveCancelSection().getCancelButton().isSelected(fse.getPageState())) {
|
&& getSaveCancelSection().getCancelButton().isSelected(fse.getPageState())) {
|
||||||
s_log.log (Level.DEBUG, "GenericOrganization submit canceled");
|
|
||||||
m_step.cancelStreamlinedCreation(fse.getPageState());
|
m_step.cancelStreamlinedCreation(fse.getPageState());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue