Merge remote-tracking branch 'origin/hotfix/1.9.2' into feateure/SUPPORT-8653_fixes
This commit is contained in:
commit
67884c50a9
7 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>ru.micord.ervu.lkrp</groupId>
|
||||
<artifactId>fl</artifactId>
|
||||
<version>1.9.1-SNAPSHOT</version>
|
||||
<version>1.9.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>ru.micord.ervu.lkrp.fl</groupId>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export class ExtractLoadService extends Behavior {
|
|||
this.button = this.getScript(AbstractButton);
|
||||
this.httpClient = this.injector.get(HttpClient);
|
||||
this.onClickFunction = () => {
|
||||
this.httpClient.get('get-extract/' + this.formatRegistry, {
|
||||
this.httpClient.get('extract/' + this.formatRegistry, {
|
||||
responseType: 'blob',
|
||||
observe: 'response'
|
||||
}).toPromise()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue