Project

General

Profile

« Previous | Next » 

Revision 9fb87bef

Added by Katja Luther almost 2 years ago

ref #10076: fix taxonnodeDto creation for nodes without taxon and parent

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/SortableTaxonNodeQueryResult.java
116 116
    public SortableTaxonNodeQueryResult(UUID taxonNodeUuid, Integer taxonNodeId, String taxonTitleCache) {
117 117
        this(taxonNodeUuid, taxonNodeId, null, null, taxonTitleCache, null, null);
118 118
    }
119
    
120
    //tn.uuid, tn.id, t.uuid, t.titleCache, name.titleCache, rank, cl.uuid,  t.publish, tn.status, note
119 121

  
120 122
    public UUID getTaxonNodeUuid() {
121 123
        return taxonNodeUuid;

Also available in: Unified diff