multi file fix
This commit is contained in:
parent
40b80e1cce
commit
4af32eec0a
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -173,7 +173,6 @@ export class AppStateService {
|
||||
}
|
||||
|
||||
getFileAttributeConfig(dossierTemplateId: string): FileAttributesConfig {
|
||||
console.log(this.dossierTemplates);
|
||||
return this.dossierTemplates.find(d => d.dossierTemplateId === dossierTemplateId)?.fileAttributesConfig;
|
||||
}
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user