mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-11 16:36:14 +01:00
- "osc review show -G group" respect group in interactive review
(Note: the group is ignored when using the --edit option)
This commit is contained in:
parent
79d970f885
commit
60ed892beb
@ -2071,7 +2071,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
'(request has no \'submit\' action)')
|
||||
return request_interactive_review(apiurl, r, 'e')
|
||||
elif (opts.interactive or conf.config['request_show_interactive']) and not opts.non_interactive:
|
||||
return request_interactive_review(apiurl, r)
|
||||
return request_interactive_review(apiurl, r, group=opts.group)
|
||||
else:
|
||||
print r
|
||||
if opts.source_buildstatus:
|
||||
|
Loading…
Reference in New Issue
Block a user