Project

General

Profile

« Previous | Next » 

Revision ab40ab80

Added by Katja Luther about 4 years ago

ref #8047: handling of factual data view when switching between name editor and distribution editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/TaxonNameEditorE4.java
264 264
        if (conversation != null && !conversation.isBound()) {
265 265
            conversation.bind();
266 266
        }
267

  
267
        if (EditorUtil.isFactsVisible()){
268
            EditorUtil.showFacts(modelService, partService);
269
        }
270
        if (EditorUtil.isMediaVisible()){
271
            EditorUtil.showMedia(modelService, partService);
272
        }
268 273
        if (input != null) {
269 274
            if (getSelectedContainer() == null) {
270 275
                throw new IllegalStateException(Messages.TaxonNameEditor_THERE_SHOULD_ALWAYS_BE);

Also available in: Unified diff