From a45f53d409daede98bfbae9b34f344fb9333d2cb Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 12 Mar 2015 14:47:52 +0000 Subject: Add info on moving requests and resending them. --- docs/running/admin_manual.md | 1 + docs/running/requests.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) (limited to 'docs/running') diff --git a/docs/running/admin_manual.md b/docs/running/admin_manual.md index 78f502588..87772cf3d 100644 --- a/docs/running/admin_manual.md +++ b/docs/running/admin_manual.md @@ -36,6 +36,7 @@ In this guide:
  • Banning a user
  • Allowing a user to make more requests
  • Batch requests
  • +
  • Resending a request or sending it to a different authority
  • Hiding a request
  • Deleting a request
  • Hiding an incoming or outgoing message
  • diff --git a/docs/running/requests.md b/docs/running/requests.md index 4feb3d291..ad79815e7 100644 --- a/docs/running/requests.md +++ b/docs/running/requests.md @@ -26,6 +26,7 @@ or the way Alaveteli is handling it. @@ -216,6 +217,30 @@ Click the **Edit metadata** button. +## Resending a request or sending it to a different authority + +To resend a request, go to +the admin interface, click on **Requests**, then +click on the name of the request you want to change. Go to the **Outgoing messages** heading. Click the chevron next to the first outgoing message - the initial request. A panel of information about that message will be revealed. Click on the **Resend** button. + +To send a request to a different authority, go to +the admin interface, click on **Requests**, then +click on the name of the request you want to change. In the **Request +metadata** section, there is a line which shows the authority. Click the +**move...** button next to it. Enter the **url_name** of the authority +that you want to send the request to. + +
    +Users, requests and authorities all have url_names. This can be found in the metadata section of their admin page. The url_name makes up the last part of the URL for their public page. So, for a request with the url_name “example_request”, the public page URL will be /request/example_request. +
    + +Now click the **Move request to +authority** button. You will see a notice at the top of the page telling +you that the request has been moved. You can now resend the request as above. + + ## Hiding a request You can hide an entire request. Typically you do this if it's not a valid -- cgit v1.2.3