Fix potential overlap of handlers for opening derivative editor
authorPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 5 Apr 2016 11:00:40 +0000 (13:00 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 5 Apr 2016 11:00:40 +0000 (13:00 +0200)
eu.etaxonomy.taxeditor.editor/plugin.xml

index 2f116530d031d9b27c562b94349a3190a21a08a7..22b08f1933de631fb02b789fb6967a0fea5ddb21 100644 (file)
                visible="true">
          </separator>
          <command
-               commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor"
+               commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditorFromMenu"
                label="%command.label.DERIVATIVE_EDITOR"
                style="push">
             <visibleWhen
                typeId="eu.etaxonomy.taxeditor.uuidParameterType">
          </commandParameter>
       </command>
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
+            id="eu.etaxonomy.taxeditor.editor.openSpecimenEditorFromMenu"
+            name="%command.name.OPEN_DERIVATIVE_EDITOR">
+      </command>
       <command
             defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.ListenToSelectionChangeHandler"
             id="eu.etaxonomy.taxeditor.editor.derivative.listenToSelectionChange"