Skip to content

Commit

Permalink
Merge pull request #351 from hmcts/bug/EUI-1409-toolkit-upgrade-conti…
Browse files Browse the repository at this point in the history
…nue-button-AA

Bug/eui 1409 toolkit upgrade continue button aa
  • Loading branch information
Mo-Lala84 authored Jan 23, 2020
2 parents d2a3307 + abdfdd1 commit 6c8a19c
Show file tree
Hide file tree
Showing 5 changed files with 10,566 additions and 10,354 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "8mb"
}
]
}
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@angular/platform-browser": "^7.2.13",
"@angular/platform-browser-dynamic": "^7.2.13",
"@angular/router": "^7.2.13",
"@hmcts/ccd-case-ui-toolkit": "2.62.22-RDM-4837-prerelease",
"@hmcts/ccpay-web-component": "^1.8.4",
"@hmcts/ccd-case-ui-toolkit": "2.63.3-RDM-7120-prerelease",
"@hmcts/ccpay-web-component": "3.0.3",
"@hmcts/frontend": "0.0.39-alpha",
"@hmcts/media-viewer": "^1.1.12",
"@hmcts/nodejs-healthcheck": "^1.5.1",
Expand All @@ -83,6 +83,7 @@
"ejs": "^2.6.1",
"exception-formatter": "1.0.7",
"express-session": "^1.16.1",
"file-saver": "^2.0.2",
"form-data": "^2.5.1",
"formidable": "^1.2.1",
"global-tunnel-ng": "^2.7.1",
Expand All @@ -105,6 +106,7 @@
"striptags": "^3.1.1",
"tslib": "^1.9.0",
"web-animations-js": "^2.3.2",
"xlsx": "^0.15.4",
"zone.js": "~0.8.26"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[downloadFileName]="mediaFilename"
[showToolbar]="true"
[contentType]="mediaContentType"
[showCommentSummary]="true"
[enableAnnotations]="true"
[toolbarButtonOverrides]="toolbarButtons">
</mv-media-viewer>
5 changes: 5 additions & 0 deletions src/app/services/ccd-config/ccd-case.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,9 @@ export class AppConfig extends AbstractAppConfig {
public getAnnotationApiUrl(): string {
return this.config.annotation_api_url;
}

public getPayBulkScanBaseUrl(): string {
return this.config.pay_bulk_scan_url;
}

}
Loading

0 comments on commit 6c8a19c

Please sign in to comment.