Project

General

Profile

« Previous | Next » 

Revision 459a7535

Added by Patrick Plitzner over 6 years ago

ref #6595 Do not hide subMenuItems

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/handler/ChangeToMisapplicationHandlerE4.java
75 75
        canExecute =
76 76
                !NameEditorMenuPropertyTester.isAccepted(selectedElement)
77 77
                && !NameEditorMenuPropertyTester.isMisapplication(selectedElement);
78
        menuItem.setVisible(canExecute);
79 78
        return canExecute;
80 79
    }
81 80

  

Also available in: Unified diff