mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(fastapi): use CRED_TU_LIST_VOTES for "Trusted User" navigation item
Closes #189 Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4426c639ce
commit
436d742017
2 changed files with 3 additions and 3 deletions
|
@ -329,7 +329,7 @@ cred_filters = {
|
|||
CRED_PKGREQ_CLOSE: trusted_user_or_dev,
|
||||
CRED_PKGREQ_LIST: trusted_user_or_dev,
|
||||
CRED_TU_ADD_VOTE: trusted_user,
|
||||
CRED_TU_LIST_VOTES: trusted_user,
|
||||
CRED_TU_LIST_VOTES: trusted_user_or_dev,
|
||||
CRED_TU_VOTE: trusted_user,
|
||||
CRED_ACCOUNT_EDIT_DEV: developer,
|
||||
CRED_PKGBASE_MERGE: trusted_user_or_dev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue