Project

General

Profile

« Previous | Next » 

Revision 66f14046

Added by Patrick Plitzner almost 7 years ago

Fix double display of title for MediaSpecimen

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/derivateSearch/DerivateLabelProvider.java
153 153
        else if(element instanceof MediaSpecimen){
154 154
            text = CdmFormatterFactory.format(element,
155 155
                    new FormatKey[]{
156
                            FormatKey.MEDIA_TITLE_CACHE, FormatKey.SPACE,
156
//                            FormatKey.MEDIA_TITLE_CACHE, FormatKey.SPACE,
157 157
                            collectionKey, FormatKey.SPACE,
158 158
                            FormatKey.MOST_SIGNIFICANT_IDENTIFIER, FormatKey.SPACE,
159 159
                            FormatKey.MEDIA_TITLE, FormatKey.SPACE,

Also available in: Unified diff