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

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Mar 1, 2017
1 parent 0055709 commit 87db223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog of Pull Request Notifier for Bitbucket.
### 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.
Only projects objects on project level

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

### GitHub [#204](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/204) Allow only specific users or group triggering a custom button?
PULL_REQUEST_USER_GROUPS variable
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/se/bjurr/prnfb/service/PrnfbVariable.java
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ public String resolve(
ClientKeyStore clientKeyStore,
boolean shouldAcceptAnyCertificate,
SecurityService securityService) {
return getOrEmpty(variables,PULL_REQUEST_USER_GROUPS);
return getOrEmpty(variables, PULL_REQUEST_USER_GROUPS);
}
}),
PULL_REQUEST_USER_DISPLAY_NAME(
Expand Down

0 comments on commit 87db223

Please sign in to comment.