Project

General

Profile

« Previous | Next » 

Revision df79024a

Added by Patrick Plitzner over 4 years ago

Adapt to model change - (DescriptiveDataSet TermTree)

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/categorical/CategoricalComboBoxDataProvider.java
33 33

  
34 34
    @Override
35 35
    public List<?> getValues(int columnIndex, int rowIndex) {
36
        Feature feature = matrix.getIndexToCharacterMap().get(columnIndex);
36
        Feature feature = matrix.getIndexToFeatureMap().get(columnIndex);
37 37
        List<TermDto> supportedStatesForCategoricalFeature = matrix.getSupportedStatesForCategoricalFeature(feature);
38 38
        return supportedStatesForCategoricalFeature;
39 39
    }

Also available in: Unified diff