Versions Compared

Key

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

...

Once a WITHDRAWN or REINSTATE request is submitted, it can also be cancelled.

Withdrawal&Reinstate correction Group

Members of this group are enabled to make requests for the Withdrawn or Reinstate of an item.

To enable Request Withdrawn and Reinstate of an item, you MUST first enable the following:

Enabling this Feature

This feature is only enabled to Administrators by default.   However, if you wish to allow additional users to make these requests for withdrawal or reinstatement of an Item, you can specify the Group of users who is allowed By default, this property is empty, so only Administrators will see the button to make these requests.

If you want to allow all authenticated users to have this feature, you can configure this setting to use the "Anonymous" group:

Code Block
# Setting this to "Anonymous" allows any authenticated user to submit a request.
# NOTE: It will NOT allow Anonymous users to submit the request as all requests MUST be connected to an EPerson account.
qaevents.withdraw-reinstate.group = Anonymous

in the local.cfg file.


Once enabled, when you are logged in you will see a "Request Withdrawal" or "Request Reinstatement" button on Item pages (depending on their current status).  See example screenshots below.

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.

...