mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01: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:
parent
e8aa7df530
commit
1db5eea95c
@ -5151,7 +5151,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
try:
|
try:
|
||||||
u = makeurl(apiurl, ['request'], {
|
u = makeurl(apiurl, ['request'], {
|
||||||
'view' : 'collection',
|
'view' : 'collection',
|
||||||
'state': 'pending',
|
'state': 'new',
|
||||||
'user' : user,
|
'user' : user,
|
||||||
})
|
})
|
||||||
f = http_GET(u)
|
f = http_GET(u)
|
||||||
|
Loading…
Reference in New Issue
Block a user