Project

General

Profile

« Previous | Next » 

Revision 824ea259

Added by Andreas Müller about 3 years ago

ref #9541 fix missing OpenIn menu for ordinary CdmBase input

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/CdmViewerUtilE4.java
54 54
                TreeNode treeNode = (TreeNode)input;
55 55
                inputClass = treeNode.getValue() == null? null: treeNode.getValue().getClass();
56 56
            }
57
            if (inputClass == null){
58
                inputClass = input.getClass();
59
            }
57 60
        }
58 61

  
59 62
        if(inputClass!=null){

Also available in: Unified diff