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

Commit 87db223

Browse files
committed
doc
1 parent 0055709 commit 87db223

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog of Pull Request Notifier for Bitbucket.
66
### GitHub [#202](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/202) Pull Request Notifier for Bitbucket: project-level admin page displays objects from more than one project.
77
Only projects objects on project level
88

9-
[120aa353cb3fc2c](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/120aa353cb3fc2c) Tomas Bjerre *2017-03-01 18:53:50*
9+
[58f4f91835fff9f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/58f4f91835fff9f) Tomas Bjerre *2017-03-01 19:10:40*
1010

1111
### GitHub [#204](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/204) Allow only specific users or group triggering a custom button?
1212
PULL_REQUEST_USER_GROUPS variable

src/main/java/se/bjurr/prnfb/service/PrnfbVariable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ public String resolve(
10841084
ClientKeyStore clientKeyStore,
10851085
boolean shouldAcceptAnyCertificate,
10861086
SecurityService securityService) {
1087-
return getOrEmpty(variables,PULL_REQUEST_USER_GROUPS);
1087+
return getOrEmpty(variables, PULL_REQUEST_USER_GROUPS);
10881088
}
10891089
}),
10901090
PULL_REQUEST_USER_DISPLAY_NAME(

0 commit comments

Comments
 (0)