re committing update after security branch commit
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 6 Nov 2012 09:37:23 +0000 (09:37 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 6 Nov 2012 09:37:23 +0000 (09:37 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java

index 6102f991ca1f2fd6a6b3876bf2acf44231e7c834..ac6c878be3a20cdd17b5210896b75f73acb0a7d4 100644 (file)
@@ -741,17 +741,17 @@ public class DetailsViewer extends AbstractCdmDataViewer {
 //                .createEntityDetailSection(EntityDetailType.SCOPE_RESTRICTION,
 //                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);
 //
 //                .createEntityDetailSection(EntityDetailType.SCOPE_RESTRICTION,
 //                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);
 //
-//        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
-//
-//        TaxonomicScopeSection taxonomicScopeSection = (TaxonomicScopeSection) formFactory
-//                .createEntityDetailSection(EntityDetailType.TAXONOMIC_SCOPE,
-//                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);        
+        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
+
+        TaxonomicScopeSection taxonomicScopeSection = (TaxonomicScopeSection) formFactory
+                .createEntityDetailSection(EntityDetailType.TAXONOMIC_SCOPE,
+                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);        
 
            addPart(polytomousKeyDetailSection);
            addPart(polytomousKeyNodeDetailSection);
 //         addPart(geographicalScopeDetailSection);
 //         addPart(scopeRestrictionSection);
 
            addPart(polytomousKeyDetailSection);
            addPart(polytomousKeyNodeDetailSection);
 //         addPart(geographicalScopeDetailSection);
 //         addPart(scopeRestrictionSection);
-//         addPart(taxonomicScopeSection);
+           addPart(taxonomicScopeSection);
 
        }
        
 
        }