Project

General

Profile

« Previous | Next » 

Revision aaa63dad

Added by Andreas Kohlbecker over 5 years ago

ref #7899 updating nameRelationField with newly created corrected name

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNameEditorPresenter.java
485 485
                        getView().updateAuthorshipFields();
486 486
                    }
487 487
                } else
488
                if(boundTargetField.matchesPropertyIdPath("validationFor.otherName")){
488
                if(boundTargetField.matchesPropertyIdPath("validationFor.otherName") || boundTargetField.matchesPropertyIdPath("orthographicVariant.otherName")){
489 489
                    ReloadableLazyComboBox<TaxonName> otherNameField = asReloadableLazyComboBox(boundTargetField.getField(TaxonName.class));
490 490
                    if(event.isCreateOrModifiedType()){
491 491
                        getCache().load(event.getEntity());

Also available in: Unified diff