Disable default handler for opening referencing objects view to avoid
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / plugin.xml
index e34d01f06c54eb39fb7d00c6c73d0e16ebdaec00..2173e1efe33bd9235e25d3619df912e2b74173f8 100644 (file)
             </reference>
          </activeWhen>
       </handler>
+      <handler
+            class="eu.etaxonomy.taxeditor.handler.defaultHandler.OpenReferencingObjectsView"
+            commandId="eu.etaxonomy.taxeditor.openReferencingObjectsView">
+         <activeWhen>
+            <with
+                  variable="activePartId">
+               <equals
+                     value="eu.etaxonomy.taxeditor.navigation.navigator">
+               </equals>
+            </with>
+         </activeWhen>
+      </handler>
    </extension>