#4596 can't hit "rebase" button while I'm in "admin" project group
Closed: Fixed by pingou. Opened by praiskup.

Screenshot_20190903_063415.png

For some reason, I can not rebase my own pull-requests via UI on Pagure 5.7.8.


Metadata Update from @pingou:
- Issue tagged with: bug

Ok, I see, the issue is that the PR must be rebased before being merged but the PR wasn't created with option allowing committers of the main projects to rebase on the forks.
It's confusing here as it is your fork, so we may want to check if the user is allowed to rebase on the project the PR is coming from to allow rebasing via the UI regardless of the status of the allow_rebase option.

~~I am ignorant, where do I find the allow_rebase option?~~ Sorry, you wrote it; it is per-PR option.

Commit c5ff01da fixes this issue

It's a checkbox when you open a new PR :)

Metadata
Related Pull Requests