Revision 30afcea0
fix #5616 Add check for orphaned taxa to CdmViewer context menu
- removed default handler for this
eu.etaxonomy.taxeditor.navigation/plugin.xml | ||
---|---|---|
553 | 553 |
</with> |
554 | 554 |
</activeWhen> |
555 | 555 |
</handler> |
556 |
<handler |
|
557 |
class="eu.etaxonomy.taxeditor.editor.handler.defaultHandler.DefaultOpenTaxonEditorForTaxonHandler" |
|
558 |
commandId="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxon"> |
|
559 |
<activeWhen> |
|
560 |
<and> |
|
561 |
<not> |
|
562 |
<reference |
|
563 |
definitionId="isOrphanedTaxon"> |
|
564 |
</reference> |
|
565 |
</not> |
|
566 |
</and> |
|
567 |
</activeWhen> |
|
568 |
</handler> |
|
556 | 569 |
</extension> |
557 | 570 |
|
558 | 571 |
|
Also available in: Unified diff