fix #6308: fix correct deletion handling of synonyms and misapplications and the...
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / plugin.xml
index df790ac8b5d0852d66fe123d563813fc9b793687..838b9514af65cf2fa786cf76c63e7ffdeab24fa9 100644 (file)
             </with>
          </activeWhen>
       </handler>
+      <handler
+            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivativeEditorForSpecimenOrOBservationBase"
+            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor">
+         <activeWhen>
+            <with
+                  variable="activePartId">
+               <equals
+                     value="bulkeditor.editor">
+               </equals>
+            </with>
+         </activeWhen>
+      </handler>
       <handler
             class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
             commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler">
             selection="eu.etaxonomy.cdm.model.taxon.TaxonRelationship"
             viewerName="Bulk Editor">
       </viewCommandMapping>
+      <viewCommandMapping
+            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor"
+            selection="eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase"
+            viewerName="Specimen Editor">
+      </viewCommandMapping>
     </extension>
 </plugin>