multi file fix

This commit is contained in:
Timo Bejan 2021-08-25 12:37:07 +03:00
parent 40b80e1cce
commit 4af32eec0a
4 changed files with 4 additions and 5 deletions

View File

@ -96,5 +96,5 @@
</section>
<ng-template #reportTemplateOptionTemplate let-option="option">
{{ option.fileName }}
{{ option.fileName }} {{ option.multiFileReport ? ('reports-screen.multi-file-report' | translate) : '' }}
</ng-template>

View File

@ -15,5 +15,5 @@
</form>
<ng-template #reportTemplateOptionTemplate let-option="option">
{{ option.fileName }}
{{ option.fileName }} {{ option.multiFileReport ? ('reports-screen.multi-file-report' | translate) : '' }}
</ng-template>

View File

@ -173,7 +173,6 @@ export class AppStateService {
}
getFileAttributeConfig(dossierTemplateId: string): FileAttributesConfig {
console.log(this.dossierTemplates);
return this.dossierTemplates.find(d => d.dossierTemplateId === dossierTemplateId)?.fileAttributesConfig;
}

View File

@ -1,6 +1,6 @@
{
"OAUTH_URL": "https://dom1.iqser.cloud/auth/realms/redaction",
"API_URL": "https://dom1.iqser.cloud/redaction-gateway-v1",
"OAUTH_URL": "https://demo.redactmanager.com/auth/realms/redaction",
"API_URL": "https://demo.redactmanager.com/redaction-gateway-v1",
"OAUTH_CLIENT_ID": "redaction",
"BACKEND_APP_VERSION": "4.4.40",
"FRONTEND_APP_VERSION": "1.1",