4Science / DSpace

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.
https://wiki.lyrasis.org/display/DSPACECRIS/
BSD 3-Clause "New" or "Revised" License
42 stars 61 forks source link

authorize-check for xlscollectionCrosswalk #432

Open floriangantner opened 6 months ago

floriangantner commented 6 months ago

References

Description

Implement interface method for fine granular check to export these crosswalks to specific groups

Instructions for Reviewers

List of changes in this PR:

    <bean class="org.dspace.content.integration.crosswalks.XlsCollectionCrosswalk" id="xlsCrosswalkCollection">
        <property name="allowedGroups">
            <list>
                <value>Administrator</value>
                <value>Anonymous</value>
            </list>
        </property>
    </bean>

Checklist