- added missing elements to Reference Detail View for type of Section (#4556)
authorPatric Plitzner <p.plitzner@bgbm.org>
Tue, 21 Apr 2015 07:47:23 +0000 (07:47 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Tue, 21 Apr 2015 07:47:23 +0000 (07:47 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/ReferenceDetailElement.java

index 31bd726b4aea5249f8ce22cc658bf36301a3497b..743f0bcd733f56d5c5a7af3b3ecf106384fcfb38 100644 (file)
@@ -207,6 +207,8 @@ public class ReferenceDetailElement extends AbstractIdentifiableEntityDetailElem
                switch (referenceType) {
                case Generic:
                        break;
                switch (referenceType) {
                case Generic:
                        break;
+               case Section:
+                   break;
                case BookSection:
                        label = "Book";
                        break;
                case BookSection:
                        label = "Book";
                        break;