Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ access.status.embargo.forever.day = 1
# This configuration doesn't impact the calculation for OAI-PMH. The XOAI plugin will always
# calculate the status with the "anonymous" type.
access.status.for-user.item = anonymous
access.status.for-user.bitstream = current
access.status.for-user.bitstream = anonymous

# implementation of access status helper plugin - replace with local implementation if applicable
# This default access status helper provides an item status based on the policies of the primary
Expand Down
Loading