Project

General

Profile

« Previous | Next » 

Revision 51270199

Added by Katja Luther about 4 years ago

ref #8047: show taxon name in details

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionColumnAccessor.java
166 166
                        editor.part.getCdmEntitySession().load(desc, true);
167 167
                    }
168 168
                    distributions.add(dist);
169

  
169
                    EventUtility.postEvent(WorkbenchEventConstants.REFRESH_DETAILS_DISTRIBUTION, taxonWrapper.getNameCache());
170 170

  
171 171
                }
172
                editor.setActualNameCache(taxonWrapper.getNameCache());
172 173

  
173 174
                editor.descriptionsToSave.add(taxonWrapper);
174 175
            }
176

  
175 177
            EventUtility.postEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
178

  
176 179
    }
177 180

  
178 181
}

Also available in: Unified diff