Project

General

Profile

« Previous | Next » 

Revision f33b8f06

Added by Cherian Mathew over 11 years ago

re committing update after security branch commit

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java
741 741
//                .createEntityDetailSection(EntityDetailType.SCOPE_RESTRICTION,
742 742
//                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);
743 743
//
744
//        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
745
//
746
//        TaxonomicScopeSection taxonomicScopeSection = (TaxonomicScopeSection) formFactory
747
//                .createEntityDetailSection(EntityDetailType.TAXONOMIC_SCOPE,
748
//                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);        
744
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
745

  
746
        TaxonomicScopeSection taxonomicScopeSection = (TaxonomicScopeSection) formFactory
747
                .createEntityDetailSection(EntityDetailType.TAXONOMIC_SCOPE,
748
                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);        
749 749

  
750 750
	    addPart(polytomousKeyDetailSection);
751 751
	    addPart(polytomousKeyNodeDetailSection);
752 752
//	    addPart(geographicalScopeDetailSection);
753 753
//	    addPart(scopeRestrictionSection);
754
//	    addPart(taxonomicScopeSection);
754
	    addPart(taxonomicScopeSection);
755 755

  
756 756
	}
757 757
	

Also available in: Unified diff