Project

General

Profile

« Previous | Next » 

Revision 4b75986b

Added by Patrick Plitzner over 5 years ago

ref #7887 Change idInVocabulary to String

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/editor/definedterm/TermDtoLabelProvider.java
75 75
            label = termDto.getRepresentation_L10n();
76 76

  
77 77
            if(element instanceof TermDto && ((TermDto) termDto).getIdInVocabulary()!=null){
78
                label = CdmUtils.concat(" : ", Integer.toString(((TermDto) termDto).getIdInVocabulary()), label);
78
                label = CdmUtils.concat(" : ", ((TermDto) termDto).getIdInVocabulary(), label);
79 79
            }
80 80
        }
81 81
        // TODO add fallback for label

Also available in: Unified diff