- added missing elements to Reference Detail View for type of Section (#4556)
[taxeditor.git] / 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;
+               case Section:
+                   break;
                case BookSection:
                        label = "Book";
                        break;