mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(FastAPI): add /packages (post) action: 'delete'
Improvements: - Package deletion now creates a PackageRequest on behalf of the deleter if one does not yet exist. - All package deletions are now logged to keep track of who did what. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
81417ea8b2
commit
60bffa4fb6
3 changed files with 121 additions and 1 deletions
|
@ -1020,6 +1020,10 @@ msgstr ""
|
|||
msgid "You did not select any packages to delete."
|
||||
msgstr ""
|
||||
|
||||
#: aurweb/routers/packages.py
|
||||
msgid "One of the packages you selected does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: lib/pkgbasefuncs.inc.php
|
||||
msgid "The selected packages have been deleted."
|
||||
msgstr ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue