Fix double display of title for MediaSpecimen
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 29 Jun 2017 20:59:33 +0000 (22:59 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 29 Jun 2017 20:59:33 +0000 (22:59 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/derivateSearch/DerivateLabelProvider.java

index 91c08921aea19b6bc5f2b6d99f16d2910685c3dd..6a22de96465687d8a4b965728a256f505dc38bdb 100644 (file)
@@ -153,7 +153,7 @@ public class DerivateLabelProvider extends ColumnLabelProvider {
         else if(element instanceof MediaSpecimen){
             text = CdmFormatterFactory.format(element,
                     new FormatKey[]{
-                            FormatKey.MEDIA_TITLE_CACHE, FormatKey.SPACE,
+//                            FormatKey.MEDIA_TITLE_CACHE, FormatKey.SPACE,
                             collectionKey, FormatKey.SPACE,
                             FormatKey.MOST_SIGNIFICANT_IDENTIFIER, FormatKey.SPACE,
                             FormatKey.MEDIA_TITLE, FormatKey.SPACE,