Open aleksandarsavev opened 6 years ago
Note: seems like only works on "Reports" page.
Right now it looks like, problem is in loading Bitbucket lib WRM.require("wr!" + 'com.atlassian.bitbucket.server.bitbucket-web:pull-request-table')
which is used to add build status to PR dropdown. after disabling, it will work.
after disabling, it will work.
@ra100 , how this can be disabled?
I've committed fix, now it needs to be merged and new release created. Or you can clone and load repository from local location. @PavelVanecek
It works fine on my machine tho
@PavelVanecek so we must have some weird version of Bitbucket :)
Hi, again. Do you have an idea for workaround? Thanks in advance.
@savevjr can you checkout my repo and branch with fix?
https://github.com/ra100/Stash-Reviewers-Chrome-Extension.git
45-empty-pullrequests-dropdow
and load extension from local folder
The drop down with My Pull-Requests (you can open it by typing
g
andi
) is empty on all pages.The exception I found is
http://{url-of-repository}/pull-requests
. On this page the drop-down is populated correctly.