Project

General

Profile

« Previous | Next » 

Revision d14347e9

Added by Andreas Kohlbecker over 6 years ago

ref #7018 ref #7016 turning the not needed TypeDesignationVoter into a SpecimenOrObservationBaseVoter

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/application/FirstDataInserter.java
88 88
            new CdmAuthority(CdmPermissionClass.TAXONBASE, CREATE_READ_UPDATE_DELETE).toString(),
89 89
            new CdmAuthority(CdmPermissionClass.DESCRIPTIONBASE, CREATE_READ_UPDATE_DELETE).toString(),
90 90
            new CdmAuthority(CdmPermissionClass.DESCRIPTIONELEMENTBASE, CREATE_READ_UPDATE_DELETE).toString(),
91
            new CdmAuthority(CdmPermissionClass.TYPEDESIGNATIONBASE, CREATE_READ_UPDATE_DELETE).toString(),
91
            new CdmAuthority(CdmPermissionClass.SPECIMENOROBSERVATIONBASE, CREATE_READ_UPDATE_DELETE).toString(),
92 92
    };
93 93

  
94 94
    public static final String[] PROJECT_MANAGER_GROUP_AUTHORITIES = new String[]{

Also available in: Unified diff