Skip to content

Commit

Permalink
Allow uniform download links in JCR Compare (#1902)
Browse files Browse the repository at this point in the history
* Allow uniform download links in JCR Compare
  • Loading branch information
reggie7 authored and badvision committed May 23, 2019
1 parent 2ca8451 commit 0bd4554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
- #1839 - Fixed editing page for system notifications
- #1881 - Fixed issue where ReflectionUtil.isAssignableFrom() returned false positive result.
- #1888 - Fixed issues with Stylesheet Inliner.
- #1836 - Allow uniform download links in JCR Compare

## [4.0.0] - 2019-02-20

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ng-if="validHost(host)"
class="coral-List-item">
<a download
target="_blank"
class="coral-Link"
href="{{ host.uri }}/bin/acs-commons/jcr-compare.dump.json?{{ configAsParams(config) }}"
x-cq-linkchecker="skip">{{ host.name }}</a>
Expand Down

0 comments on commit 0bd4554

Please sign in to comment.