Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Workaround for BSERV-8896 #197
Browse files Browse the repository at this point in the history
 * Buttons are not showing. Probably because of an Atlassian Bug BSERV-8896.
  • Loading branch information
tomasbjerre committed Mar 6, 2017
1 parent fe1c08d commit 46db79c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,24 @@
Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
### GitHub [#197](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/197) Button not displaying on PRs which are merged
Workaround for

* Buttons are not showing. Probably because of an Atlassian Bug .

[25bafb7cf78497f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/25bafb7cf78497f) Tomas Bjerre *2017-03-06 18:21:24*

### Jira
Workaround for

* Buttons are not showing. Probably because of an Atlassian Bug .

[25bafb7cf78497f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/25bafb7cf78497f) Tomas Bjerre *2017-03-06 18:21:24*

### No issue
doc

[24ae3907127c7f4](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/24ae3907127c7f4) Tomas Bjerre *2017-03-04 21:37:40*
[fe1c08d921ff125](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/fe1c08d921ff125) Tomas Bjerre *2017-03-04 21:37:58*

## 2.57
### GitHub [#206](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/206) Duplicate menu entries when using "Needs Work"
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@
<dependency>com.atlassian.bitbucket.bitbucket-web-plugin:global</dependency>
<context>bitbucket.page.pullRequest.view</context>
</web-resource>

<web-resource key="fix-dependency-bug">
<context>bitbucket.page.pullRequest.view</context>
<dependency>com.atlassian.bitbucket.server.bitbucket-client-web-fragments:pull-request-header-more-location</dependency>
</web-resource>
</atlassian-plugin>

0 comments on commit 46db79c

Please sign in to comment.