Project

General

Profile

« Previous | Next » 

Revision b769449a

Added by Patrick Plitzner about 7 years ago

ref #5923 Add "Open in Specimen Editor" for bulk specimen editor

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
1336 1336
            </with>
1337 1337
         </activeWhen>
1338 1338
      </handler>
1339
      <handler
1340
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivativeEditorForSpecimenOrOBservationBase"
1341
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor">
1342
         <activeWhen>
1343
            <with
1344
                  variable="activePartId">
1345
               <equals
1346
                     value="bulkeditor.editor">
1347
               </equals>
1348
            </with>
1349
         </activeWhen>
1350
      </handler>
1339 1351
      <handler
1340 1352
            class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1341 1353
            commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler">
......
2119 2131
            selection="eu.etaxonomy.cdm.model.taxon.TaxonRelationship"
2120 2132
            viewerName="Bulk Editor">
2121 2133
      </viewCommandMapping>
2134
      <viewCommandMapping
2135
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor"
2136
            selection="eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase"
2137
            viewerName="Specimen Editor">
2138
      </viewCommandMapping>
2122 2139
    </extension>
2123 2140
</plugin>

Also available in: Unified diff