Project

General

Profile

« Previous | Next » 

Revision 2a5271ca

Added by Patrick Plitzner about 6 years ago

fix #6437 Generate title caches to avoid outdated information

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/TaxonNameEditorE4.java
673 673
    }
674 674

  
675 675
    public void setPartName(){
676
        thisPart.setLabel(this.taxon.getName().getFullTitleCache());
676
        //FIXME: temporary fix for #6437 to avoid outdated title caches
677
        thisPart.setLabel(this.taxon.getName().generateFullTitle());
678
//        thisPart.setLabel(this.taxon.getName().getFullTitleCache());
677 679
    }
678 680

  
679 681
    @Override

Also available in: Unified diff