Project

General

Profile

« Previous | Next » 

Revision e83d7600

Added by Andreas Müller over 2 years ago

ref #7981 fix literature description default value handling

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/StructuredDescriptionAggregationConfigurationWizardPage.java
189 189

  
190 190
        checkIncludeDefaultDescriptions = new Button(scopeComposite, SWT.CHECK);
191 191
        checkIncludeDefaultDescriptions.setText(Messages.StructuredDescriptionAggregationWizardPage_SELECT_DEFAULT_DESCRIPTION);
192
        //enable both once default descriptions are handled in aggregation
192
        //TODO enable both once default descriptions are handled in aggregation
193 193
        checkIncludeDefaultDescriptions.setEnabled(false);
194 194
//        checkIncludeDefaultDescriptions.setSelection(configurator.isIncludeDefault());
195 195

  
196 196
        checkIncludeLiteratureDescriptions = new Button(scopeComposite, SWT.CHECK);
197 197
        checkIncludeLiteratureDescriptions.setText(Messages.StructuredDescriptionAggregationWizardPage_SELECT_LITERATURE_DESCRIPTION);
198
        checkIncludeDefaultDescriptions.setSelection(configurator.isIncludeLiterature());
198
        checkIncludeLiteratureDescriptions.setSelection(configurator.isIncludeLiterature());
199 199

  
200 200
        //ranks
201 201
        Label higherRankLabel = new Label(control, SWT.NULL);

Also available in: Unified diff