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

additional condition on the item for accessitemmode(s) #370

Closed floriangantner closed 10 months ago

floriangantner commented 1 year ago

References

Description

Some additional condition in dspace logic can be defined on the item itself. This condition is checked before the security check. The common security check for e.g. admin or custom metadata is untouched and still working.

Instructions for Reviewers

Please add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.

List of changes in this PR:

Include guidance for how to test or review your PR. This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes.

draft, because further checks on the securityserviceimpl are still missing.

Checklist

This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!

floriangantner commented 10 months ago

Some similar functionality was added in Release 2023.01.01 . Thus i will close this issue.