Project

General

Profile

« Previous | Next » 

Revision 8e675e6a

Added by Katja Luther over 4 years ago

ref #8239: revert some of the implementations for the next release

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionEditorPart.java
113 113
    }
114 114

  
115 115
    public void init(UUID parentTaxonUuid) {
116
        this.taxonList = CdmStore.getService(ITaxonNodeService.class).getTaxonDistributionDTOForSubtree(parentTaxonUuid, TAXONNODE_PROPERTY_PATH, CdmStore.getCurrentAuthentiation());
116
        this.taxonList = CdmStore.getService(ITaxonNodeService.class).getTaxonDistributionDTOForSubtree(parentTaxonUuid, TAXONNODE_PROPERTY_PATH, null);
117 117
       // taxonList.stream().filter(taxonDistribution ->  CdmStore.currentAuthentiationHasPermission(taxonDistribution.getTaxonUuid(), RequiredPermissions.TAXONNODE_EDIT));
118 118

  
119 119

  

Also available in: Unified diff