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

Commit 7faa337

Browse files
committed
1 parent d9e2479 commit 7faa337

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
Changelog of Pull Request Notifier for Bitbucket.
44

55
## Unreleased
6-
### No issue
6+
### GitHub [#347](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/347) Configuration UI is broken - Uncaught Error: plugin/prnfb/admin missing aui
7+
Loading deprecated AJS.template manually
8+
9+
As suggested: https://community.developer.atlassian.com/t/how-to-get-ajs-contextpath-in-aui-8/32202/6
10+
11+
[543fcea9c89cc4a](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/543fcea9c89cc4a) Tomas Bjerre *2019-10-03 14:32:09*
12+
713
Removing deprecated dependency on AJS.contextPath()
814

9-
[1ed35c86b06ea32](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/1ed35c86b06ea32) Tomas Bjerre *2019-10-03 14:19:07*
15+
[d9e2479b08e69f7](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/d9e2479b08e69f7) Tomas Bjerre *2019-10-03 14:25:43*
1016

17+
### No issue
1118
Correcting custom keystore
1219

1320
Using custom keystore even if "Accept Any Certificate" is disabled.

src/main/resources/atlassian-plugin.xml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<web-resource name="Admin Web Resources" key="resources">
3535
<dependency>com.atlassian.auiplugin:ajs</dependency>
3636
<dependency>com.atlassian.plugins.atlassian-plugins-webresource-plugin:context-path</dependency>
37+
<dependency>com.atlassian.auiplugin:template</dependency>
3738
<resource type="download" name="3rdparty.js" location="3rdparty.js" />
3839
<resource type="download" name="utils.js" location="utils.js" />
3940
<resource type="download" name="admin.js" location="admin.js" />

0 commit comments

Comments
 (0)