fixed dossier attr bug

This commit is contained in:
Timo Bejan 2021-08-04 12:47:08 +03:00
parent 7cbd5f4f1e
commit 1489715a66
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ export class DossierDetailsStatsComponent {
openEditDossierAttributesDialog() {
this._dialogService.openDialog('editDossier', null, {
dossierWrapper: this.activeDossier,
section: 'dossier-attributes'
section: 'dossierAttributes'
});
}
}

View File

@ -1,6 +1,6 @@
{
"OAUTH_URL": "https://dev-06.iqser.cloud/auth/realms/redaction",
"API_URL": "https://dev-06.iqser.cloud/redaction-gateway-v1",
"OAUTH_URL": "https://red-staging.iqser.cloud/auth/realms/redaction",
"API_URL": "https://red-staging.iqser.cloud/redaction-gateway-v1",
"OAUTH_CLIENT_ID": "redaction",
"BACKEND_APP_VERSION": "4.4.40",
"FRONTEND_APP_VERSION": "1.1",