dragouf / Stash-Reviewers-Chrome-Extension

This chrome/firefox extension allow to define groups of reviewers in Atlassian Stash/Bitbucket to bulk add them when creating or updating pull request + other features
MIT License
88 stars 34 forks source link

"My Pull-Requests" drop down is empty #45

Open aleksandarsavev opened 6 years ago

aleksandarsavev commented 6 years ago

The drop down with My Pull-Requests (you can open it by typing g and i) 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.

ra100 commented 6 years ago

Note: seems like only works on "Reports" page.

ra100 commented 6 years ago

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.

aleksandarsavev commented 6 years ago

after disabling, it will work.

@ra100 , how this can be disabled?

ra100 commented 6 years ago

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

PavelVanecek commented 6 years ago

It works fine on my machine tho

ra100 commented 6 years ago

@PavelVanecek so we must have some weird version of Bitbucket :)

aleksandarsavev commented 6 years ago

Hi, again. Do you have an idea for workaround? Thanks in advance.

ra100 commented 6 years ago

@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