mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Allow for selecting a reason when closing a request
When closing a package request, Trusted Users can now pick a reason ("Accepted" or "Rejected"). This allows for marking a request as accepted, even if the corresponding package base has already been deleted. Also, the notification email now always explicitly states whether a request has been accepted or closed in the message body. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
61d70c1fa5
commit
8a465182ba
7 changed files with 80 additions and 22 deletions
|
@ -105,7 +105,7 @@ if (check_token()) {
|
|||
$ret = false;
|
||||
}
|
||||
} elseif (current_action("do_CloseRequest")) {
|
||||
list($ret, $output) = pkgreq_close($_POST['reqid'], false);
|
||||
list($ret, $output) = pkgreq_close($_POST['reqid'], $_POST['reason']);
|
||||
}
|
||||
|
||||
if (isset($_REQUEST['comment'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue