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

Commit 46db79c

Browse files
committed
Workaround for BSERV-8896 #197
* Buttons are not showing. Probably because of an Atlassian Bug BSERV-8896.
1 parent fe1c08d commit 46db79c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,24 @@
33
Changelog of Pull Request Notifier for Bitbucket.
44

55
## Unreleased
6+
### GitHub [#197](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/197) Button not displaying on PRs which are merged
7+
Workaround for
8+
9+
* Buttons are not showing. Probably because of an Atlassian Bug .
10+
11+
[25bafb7cf78497f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/25bafb7cf78497f) Tomas Bjerre *2017-03-06 18:21:24*
12+
13+
### Jira
14+
Workaround for
15+
16+
* Buttons are not showing. Probably because of an Atlassian Bug .
17+
18+
[25bafb7cf78497f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/25bafb7cf78497f) Tomas Bjerre *2017-03-06 18:21:24*
19+
620
### No issue
721
doc
822

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

1125
## 2.57
1226
### GitHub [#206](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/206) Duplicate menu entries when using "Needs Work"

src/main/resources/atlassian-plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,9 @@
6868
<dependency>com.atlassian.bitbucket.bitbucket-web-plugin:global</dependency>
6969
<context>bitbucket.page.pullRequest.view</context>
7070
</web-resource>
71+
72+
<web-resource key="fix-dependency-bug">
73+
<context>bitbucket.page.pullRequest.view</context>
74+
<dependency>com.atlassian.bitbucket.server.bitbucket-client-web-fragments:pull-request-header-more-location</dependency>
75+
</web-resource>
7176
</atlassian-plugin>

0 commit comments

Comments
 (0)