fixed dossier attr bug
This commit is contained in:
parent
7cbd5f4f1e
commit
1489715a66
@ -28,7 +28,7 @@ export class DossierDetailsStatsComponent {
|
||||
openEditDossierAttributesDialog() {
|
||||
this._dialogService.openDialog('editDossier', null, {
|
||||
dossierWrapper: this.activeDossier,
|
||||
section: 'dossier-attributes'
|
||||
section: 'dossierAttributes'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user