Project

General

Profile

« Previous | Next » 

Revision 7e1a46e1

Added by Andreas Kohlbecker about 3 years ago

ref #9301 limiting designation sources to the publication unit and sub sections

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/RegistrationUIDefaults.java
38 38
            ReferenceType.Section,
39 39
            ReferenceType.Thesis);
40 40

  
41
    public static final EnumSet<ReferenceType> NOMECLATURAL_PUBLICATION_UNIT_TYPES = EnumSet.of(
42
            ReferenceType.Article,
43
            ReferenceType.Book,
44
            ReferenceType.BookSection,
45
            ReferenceType.Thesis,
46
            ReferenceType.Section
47
            );
48

  
49

  
41 50
    public static final EnumSet<ReferenceType> MEDIA_REFERENCE_TYPES = EnumSet.of(
42 51
            // same as for print
43 52
            ReferenceType.Article,

Also available in: Unified diff