Project

General

Profile

« Previous | Next » 

Revision 37bbbd30

Added by Patrick Plitzner over 6 years ago

ref #6598 Migrate "Open in.." handlers

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/handler/OpenDerivativeEditorForTaxonNode.java
33 33
    }
34 34

  
35 35
    @Override
36
    protected void open(TaxonNode entity, Shell shell) {
36
    protected void open(TaxonNode entity, Shell shell, EPartService partService) {
37 37
        FindOccurrencesConfigurator config = new FindOccurrencesConfigurator();
38 38
        UUID taxonUuid = entity.getTaxon().getUuid();
39 39
        config.setAssociatedTaxonUuid(taxonUuid);

Also available in: Unified diff