Merge "Replaced use of webob.Request.str_GET"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -410,7 +410,7 @@ class Controller(wsgi.Controller):
"""
search_opts = {}
search_opts.update(req.str_GET)
search_opts.update(req.GET)
context = req.environ['nova.context']
remove_invalid_options(context, search_opts,
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.