Project

General

Profile

« Previous | Next » 

Revision ac6fd8fc

Added by Katja Luther over 3 years ago

fix missing publish flag in createTaxonnode

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonNodeServiceImpl.java
845 845
        }
846 846

  
847 847
       Taxon newTaxon = Taxon.NewInstance(name, sec);
848
       newTaxon.setPublish(taxonDto.isPublish());
848 849
//       UUID taxonUuid = taxonService.saveOrUpdate(newTaxon);
849 850
//       newTaxon = (Taxon) taxonService.load(taxonUuid);
850 851

  

Also available in: Unified diff