Project

General

Profile

« Previous | Next » 

Revision 13d24007

Added by Andreas Kohlbecker about 6 years ago

ref #7344 updating presenter entity caches with beans modified in popup editors and refreshing teamOrPerson Fields

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/NameTypeDesignationPresenter.java
262 262

  
263 263
        if(event.getPopup() == typeNamePopup){
264 264
            if(event.getReason() == Reason.SAVE){
265
                getCache().load(typeNamePopup.getBean());
265 266
                getView().getTypeNameField().reload();
266 267
            }
267 268
            if(event.getReason() == Reason.DELETE){

Also available in: Unified diff