#1412 Fix creating new PR from the page listing the pull-requests
Merged by pingou. Opened by pingou.
fix_new_pr  into  master

Download 1412.patch

In this page we do two queries:
- Give me all the branch of interest in the fork of the user
- Give me all the branch of interest in the main repo (if the user is
an admin)

That second request was broken because the repo_admin variable was no
longer used (instead if we use the one in flask.g).

--
This has been hotfixed in prod

:thumbsup:

rebased

Thanks :)

Thanks :)

Pull-Request has been merged by pingou

Metadata