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

Commit

Permalink
Loading deprecated AJS.template manually #347
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 3, 2019
1 parent d9e2479 commit 7faa337
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
### No issue
### GitHub [#347](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/347) Configuration UI is broken - Uncaught Error: plugin/prnfb/admin missing aui
Loading deprecated AJS.template manually

As suggested: https://community.developer.atlassian.com/t/how-to-get-ajs-contextpath-in-aui-8/32202/6

[543fcea9c89cc4a](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/543fcea9c89cc4a) Tomas Bjerre *2019-10-03 14:32:09*

Removing deprecated dependency on AJS.contextPath()

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

### No issue
Correcting custom keystore

Using custom keystore even if "Accept Any Certificate" is disabled.
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<web-resource name="Admin Web Resources" key="resources">
<dependency>com.atlassian.auiplugin:ajs</dependency>
<dependency>com.atlassian.plugins.atlassian-plugins-webresource-plugin:context-path</dependency>
<dependency>com.atlassian.auiplugin:template</dependency>
<resource type="download" name="3rdparty.js" location="3rdparty.js" />
<resource type="download" name="utils.js" location="utils.js" />
<resource type="download" name="admin.js" location="admin.js" />
Expand Down

0 comments on commit 7faa337

Please sign in to comment.