Project

General

Profile

« Previous | Next » 

Revision b317a252

Added by Andreas Kohlbecker over 5 years ago

fixing LIE related to RegistrationPopupEditor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationEditorPresenter.java
51 51

  
52 52
        Registration reg;
53 53
        if(identifier != null){
54
            List<String> initStrategy = Arrays.asList(new String[] {"$"});
54
            List<String> initStrategy = Arrays.asList(new String[] {"$", "typeDesignations"});
55 55
            reg = getRepo().getRegistrationService().load(identifier, initStrategy );
56 56
        } else {
57 57
            reg = Registration.NewInstance();

Also available in: Unified diff