Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

The implementation enables all the authenticated users to create WITHDRAWN and REINSTATE requests for a deposited item using the quality assurance event mechanism, which is handled by administrators and specific groups.

...

Code Block
qaevents.withdraw-reinstate.group =
in the local.cfg file


Withdrawal

Submitter

The user can withdraw an item from the details page of the archived item. Any authenticated user has the permission to withdraw an item.

...

Non-admin users, for example a submitter, have onlythe authority to reject the withdrawal request.

image


Admin

Admin users have the possibility to access all the requests for all the items from MyDspace.

...


Or can accept the request, and this item will not be discoverable and will not be archived. It can only be accessed through the direct link.
image


Reinstate

Submitter

After the withdrawal request is approved, the user can request to reinstate the item.

...

The action button will lead to a view of the list of items, with actions based on the user's role.


Admin

Like in the case of withdrawal, administrators can access all the requests for all the items from MyDspace.

...