Project

General

Profile

« Previous | Next » 

Revision 6803fca4

Added by Patrick Plitzner over 4 years ago

fix #8755 Show all structure/property trees in CharacterEditor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/AbstractTermTreeEditor.java
79 79
        IE4ViewerPart, IPartContentHasDetails, IPartContentHasSupplementalData,
80 80
        IContextListener, IConversationEnabled, IDirtyMarkable {
81 81

  
82
    protected static final List<String> TREE_PROPERTY_PATH = Arrays.asList(new String[] {
82
    public static final List<String> TREE_PROPERTY_PATH = Arrays.asList(new String[] {
83 83
            "root", //$NON-NLS-1$
84 84
            "root.children", //$NON-NLS-1$
85 85
            "root.children.inapplicableIf", //$NON-NLS-1$

Also available in: Unified diff