mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 17:16:23 +01:00
add "review" and "superseded" as known request states.
This commit is contained in:
parent
5b25135dea
commit
d69bd68ea3
@ -1691,7 +1691,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
# list and approvenew
|
||||
elif cmd == 'list' or cmd == 'approvenew':
|
||||
states = ('new', 'accepted', 'revoked', 'declined')
|
||||
states = ('new', 'accepted', 'revoked', 'declined', 'review', 'superseded')
|
||||
who = ''
|
||||
if cmd == 'approvenew':
|
||||
states = ('new')
|
||||
|
Loading…
Reference in New Issue
Block a user