Merge remote-tracking branch 'origin/hotfix/1.9.2' into feateure/SUPPORT-8653_fixes

This commit is contained in:
kochetkov 2024-11-11 09:32:59 +03:00
commit 67884c50a9
7 changed files with 7 additions and 7 deletions

View file

@ -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>

View file

@ -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()