Project

General

Profile

« Previous | Next » 

Revision 463f2c50

Added by Andreas Kohlbecker about 6 years ago

fixing bug related to inReference editing

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/reference/ReferenceEditorPresenter.java
153 153
               inReferencePopup.loadInEditor(null);
154 154
           }
155 155
           if(editorAction.isEditAction()){
156
               ReferencePopupEditor popup = getNavigationManager().showInPopup(ReferencePopupEditor.class, getView());
157
               popup.withDeleteButton(true);
158
               popup.loadInEditor(editorAction.getEntityId());
156
               inReferencePopup = getNavigationManager().showInPopup(ReferencePopupEditor.class, getView());
157
               inReferencePopup.withDeleteButton(true);
158
               inReferencePopup.loadInEditor(editorAction.getEntityId());
159 159
           }
160 160
       }
161 161
   }

Also available in: Unified diff