Project

General

Profile

« Previous | Next » 

Revision 694478ab

Added by Katja Luther about 4 years ago

ref #8562: ui issues in preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/preferencePage/CommonNameVocabularyAdminPreferencePage.java
8 8
*/
9 9
package eu.etaxonomy.taxeditor.databaseAdmin.preferencePage;
10 10

  
11
import eu.etaxonomy.cdm.model.metadata.PreferencePredicate;
12
import eu.etaxonomy.cdm.model.term.TermType;
13 11
import eu.etaxonomy.taxeditor.preference.CommonNameVocabularyPreferencePage;
14 12

  
15 13
/**
......
21 19

  
22 20

  
23 21
    public CommonNameVocabularyAdminPreferencePage(){
22
        super();
24 23
        isAdminPreference = true;
25
        setPredicate(PreferencePredicate.CommonNameAreaVocabularies);
26
        type = TermType.NamedArea;
27 24

  
28 25
    }
29 26

  

Also available in: Unified diff