Commit 57361a3f authored by Michal Čihař's avatar Michal Čihař

Forward check type on redirect

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 47548ba4
......@@ -258,6 +258,7 @@ def show_check_subproject(request, name, project, subproject):
)
if 'language' in request.GET:
url_params['type'] = check.check_id
return redirect_param(
'translate',
encode_optional(url_params),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment