Project

General

Profile

« Previous | Next » 

Revision cfabbeb0

Added by Andreas Kohlbecker almost 7 years ago

ref #6724 SpecimenTypeDesignationWorkingsetEditor improvements

  • better country select item captions
  • extending the SpecimenTypeDesignationWorkingSetDTO
  • adding more fields to the editor
  • Custom component for the min-max-freetext fields like 'Absolute elevation'

View differences:

src/main/java/eu/etaxonomy/cdm/service/CdmFilterablePagingProvider.java
29 29

  
30 30
    private int pageSize = 20;
31 31

  
32
    private IIdentifiableEntityService<T> service;
32
    protected IIdentifiableEntityService<T> service;
33 33

  
34 34
    private MatchMode matchMode = MatchMode.ANYWHERE;
35 35

  
......
65 65
    }
66 66

  
67 67
    /**
68
     * With defaults for matchMode = MatchMode.ANYWHERE and orderHints = OrderHint.ORDER_BY_TITLE_CACHE
69
     *
68 70
     * @param service
69 71
     */
70 72
    public CdmFilterablePagingProvider(IIdentifiableEntityService<T> service) {

Also available in: Unified diff