Show empty facutal data view when no data available
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 29 Jun 2017 11:13:44 +0000 (13:13 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 29 Jun 2017 11:13:44 +0000 (13:13 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/DescriptiveViewPart.java

index caece5acd0a5192b67ac020661137db8a8b0b45a..5ca862a218267b1b7e2dcf4cebddbd5a2c83d38c 100644 (file)
@@ -196,9 +196,7 @@ public class DescriptiveViewPart extends AbstractCdmEditorViewPart implements IP
                 return;
             }
         }
-        else{
-            showEmptyPage();
-        }
+        showEmptyPage();
        }
 
        @Override