Project

General

Profile

« Previous | Next » 

Revision 1af6dc9f

Added by Andreas Kohlbecker almost 7 years ago

ref #6687 SpecimenTypeDesignationWorkingsetEditor save operation

  • implementing saveBean() method
  • fixing bug in CdmStore

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPopupEditor.java
229 229

  
230 230
        @Override
231 231
        public void preCommit(CommitEvent commitEvent) throws CommitException {
232
            logger.debug("preCommit, publishing EditorPreSaveEvent");
232
            logger.debug("preCommit(), publishing EditorPreSaveEvent");
233 233
            // notify the presenter to start a transaction
234 234
            eventBus.publishEvent(new EditorPreSaveEvent<DTO>(AbstractPopupEditor.this, getBean()));
235 235
        }

Also available in: Unified diff