mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Disable mass unflagging
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@archlinux.org>
This commit is contained in:
parent
a2cbc7f646
commit
d7cba28ad2
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue