[aur-dev] [PATCH] Disable mass unflagging

Lukas Fleischer lfleischer at archlinux.org
Sat Oct 24 16:06:01 UTC 2015


This currently does not work. Disable it until we have proper support
for flagging multiple packages on the flag page.

Fixes FS#46780.

Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 web/template/pkg_search_results.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php
index cce533c..3046c25 100644
--- a/web/template/pkg_search_results.php
+++ b/web/template/pkg_search_results.php
@@ -109,7 +109,6 @@ if (!$result): ?>
 				<p>
 					<select name="action">
 						<option><?= __("Actions") ?></option>
-						<option value="do_Flag"><?= __("Flag Out-of-date") ?></option>
 						<option value="do_UnFlag"><?= __("Unflag Out-of-date") ?></option>
 						<option value="do_Adopt"><?= __("Adopt Packages") ?></option>
 						<option value="do_Disown"><?= __("Disown Packages") ?></option>
-- 
2.6.2


More information about the aur-dev mailing list