completing merge from trunk for latest taxed developments security root/branches/taxeditor/security
authorCherian Mathew <c.mathew@bgbm.org>
Mon, 5 Nov 2012 16:46:15 +0000 (16:46 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Mon, 5 Nov 2012 16:46:15 +0000 (16:46 +0000)
1  2 
.gitattributes
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java

diff --cc .gitattributes
Simple merge
index 05574f256d9b3b978863a0b3d6d911fff101236d,05574f256d9b3b978863a0b3d6d911fff101236d..5793674d4469d67a9ab8ce710fff4edd54fd92b6
@@@ -729,8 -729,8 +729,8 @@@ public class DetailsViewer extends Abst
                          getConversationHolder(), parent, this, Section.TWISTIE
                                  | Section.EXPANDED);
  
--        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
--
++//        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
++//
  //        GeographicalScopeDetailSection geographicalScopeDetailSection = (GeographicalScopeDetailSection) formFactory
  //                .createEntityDetailSection(EntityDetailType.GEOGRAPHICAL_SCOPE,
  //                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);
  //                        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);        
++//
++//        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);
  
        }