I have a fork of koji in my repo, I created branch to contribute some code, then navigated on https://pagure.io/koji to open a PR.
Clicking the "Open PR" button opened a menu with spinning wheels that should be replaced by active branches, but that didn't happen, wheels spin forever.
After some brainstorming with @pingou it seem, that there is a permission check that prevents this from working if I do not have commit rights on the koji project.
Note that I can open a PR navigating my own fork, so this is not an qaccess control check that makes sense.
In any case, if this was even intentional behaviour, an error should be returned and wheels shouldn't b spinning forever.
This is definitely not intentional behavior, and it's also interesting because I cannot reproduce this quirk. I can open PRs for projects I have no access to from the project page.
So if this is happening, it's definitely a bug.
Metadata Update from @ngompa: - Issue tagged with: bug
I wonder if this is not a duplicate of https://pagure.io/fedora-infrastructure/issue/9103 which was closed as Fixed.
@simo if you have the opportunity, could you see if you can reproduce the issue now?
@pingou I just re-did the steps described in the first issue comment, and wheels still keep spinning forever ...