Project

General

Profile

« Previous | Next » 

Revision 637e9cfa

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 disabling nomReffield in name editor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkflowPresenter.java
150 150
        TaxonNamePopupEditor popup = getNavigationManager().showInPopup(TaxonNamePopupEditor.class);
151 151
        popup.showInEditor(taxonName);
152 152
        popup.withDeleteButton(true);
153
        // in the registration application inReferences should only edited centrally
154
        popup.getNomReferenceCombobox().setEnabled(false);
153 155
        getRepo().commitTransaction(tx);
154 156
    }
155 157

  

Also available in: Unified diff