From d6c20de5b08c8a435b479b5d9c6fdc9befe8091d Mon Sep 17 00:00:00 2001 From: rahul Bajaj Date: Jan 10 2017 11:01:23 +0000 Subject: Filter pull request according to the reporter Apparently the issues are filtered according to the reporter correctly for 'open', 'closed' and 'all' tabs. This patch makes sure that the pull requests get filtered correctly for all the three tabs respectively. Fixes : https://pagure.io/pagure/issue/1703 --- diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index 35afa51..872e1ef 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -58,6 +58,7 @@ 'request_pulls', repo=repo.name, username=username, + author=author, namespace=repo.namespace, status=0) }}">Closed All