diff --git a/osc/commandline.py b/osc/commandline.py index adba1711..756e9c15 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3254,7 +3254,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if subcmd == 'review': # FIXME: do the review list for the user and for all groups he belong to results = get_review_list(apiurl, project, package, who, opts.group, opts.project, opts.package, state_list, - opts.type) + opts.type, req_states=("new", "review", "declined")) else: if opts.involved_projects: who = who or conf.get_apiurl_usr(apiurl)