Fixes #2255
authorn.hoffmann <n.hoffmann@localhost>
Wed, 2 Mar 2011 10:51:12 +0000 (10:51 +0000)
committern.hoffmann <n.hoffmann@localhost>
Wed, 2 Mar 2011 10:51:12 +0000 (10:51 +0000)
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/ReferenceDetailElement.java

index 9e82abb85cab61b03f0101c46238546abd3bdf9e..05c5c00ac485e89776034fedac860a3378ea81c5 100644 (file)
@@ -114,6 +114,7 @@ public class ReferenceDetailElement extends AbstractCdmDetailElement<Reference>
                        
                        if(referenceType.equals(ReferenceType.Generic)){
                                createGenericControls(this, entity, SWT.NULL);
+                               createPublicationControls(this, referenceType, entity, SWT.NULL);
                        }else{
                                if(referenceType.isPrintedUnit()){
                                        createPrintedUnitControls(this, referenceType, entity, SWT.NULL);