From 0ffa0679d214016511d07509774fcab5f3c56687 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 10 May 2018 17:17:05 -0400 Subject: Use a link to accept orphan requests Currently, a form is used instead of a link. This forwards to a confirmation page, and currently drops the "via" parameter in the process. As a result, accepted orphan requests usually show: Request #XXXXXX has been accepted automatically by the Arch User Repository package request system: The user YYYYYYY disowned the package. This is wrong, and should show (will show, if you manually add it or use the close button instead of the accept button): Request #XXXXXX has been rejected by YYYYYYY [1]: Fixes FS#56606. Signed-off-by: Eli Schwartz Signed-off-by: Lukas Fleischer --- web/template/pkgreq_results.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/template/pkgreq_results.php b/web/template/pkgreq_results.php index fb49dfae..3c824c0d 100644 --- a/web/template/pkgreq_results.php +++ b/web/template/pkgreq_results.php @@ -82,11 +82,7 @@
-
- - - -
+ ()
-- cgit v1.2.3-24-g4f1b