From f33b8f06926aab17672d415f3ef5419c126863ea Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Tue, 6 Nov 2012 09:37:23 +0000 Subject: [PATCH] re committing update after security branch commit --- .../taxeditor/view/detail/DetailsViewer.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java index 6102f991c..ac6c878be 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java @@ -741,17 +741,17 @@ public class DetailsViewer extends AbstractCdmDataViewer { // .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(taxonomicScopeSection); + addPart(taxonomicScopeSection); } -- 2.34.1