1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

- do not show requests by default, where I am not responsible right now (waiting for review of other people)

This commit is contained in:
Adrian Schröter 2011-03-07 09:22:13 +01:00
parent e8aa7df530
commit 1db5eea95c

View File

@ -5151,7 +5151,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
try:
u = makeurl(apiurl, ['request'], {
'view' : 'collection',
'state': 'pending',
'state': 'new',
'user' : user,
})
f = http_GET(u)