Project

General

Profile

« Previous | Next » 

Revision 88b5520d

Added by Fabian Reimeier about 6 years ago

ref #7101 fixed bug related to uppercase column names and refactored

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/distributionStatus/DistributionTablePresenter.java
159 159
        return listDescriptionElementsForTaxon;
160 160
    }
161 161

  
162
    public List<NamedArea> getUneditableAreas(){
163
        List<NamedArea> uneditable = new ArrayList<>();
164
        return uneditable;
162
    public List<NamedArea> getReadOnlyAreas(){
163
        List<NamedArea> readonly = new ArrayList<>();
164
        // TODO: HACK FOR RL 2017: Remove as soon as possible by receiving read only areas from cdm preferences
165
        readonly.add(this.getAreaFromString("Deutschland"));
166
        return readonly;
165 167
    }
166 168

  
167 169
    public NamedArea getAreaFromString(String areaString){

Also available in: Unified diff