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/cdm/vaadin/view/name/SpecimenTypeDesignationWorkingsetPopupEditor.java
36 36
 * @since May 15, 2017
37 37
 *
38 38
 */
39
public class SpecimenTypeDesignationWorkingsetPopupEditor extends AbstractPopupEditor<SpecimenTypeDesignationWorkingSetDTO, SpecimenTypeDesignationWorkingsetEditorPresenter>
39
public class SpecimenTypeDesignationWorkingsetPopupEditor
40
    extends AbstractPopupEditor<SpecimenTypeDesignationWorkingSetDTO, SpecimenTypeDesignationWorkingsetEditorPresenter>
40 41
    implements SpecimenTypeDesignationWorkingsetPopupEditorView, AccessRestrictedView {
41 42

  
42 43
    /**
......
50 51
        grid.setSpacing(true);
51 52
    }
52 53

  
54

  
55

  
53 56
    private static final long serialVersionUID = 5418275817834009509L;
54 57

  
55 58
    private ListSelect countrySelectField;

Also available in: Unified diff