Merge branch 'RED-8092' into 'master'

RED-8092: fixed revert for dossier attributes tab.

See merge request redactmanager/red-ui!233
This commit is contained in:
Valentin-Gabriel Mihai 2023-12-18 16:34:04 +01:00
commit 3497b89fec

View File

@ -106,7 +106,7 @@ export class EditDossierAttributesComponent implements EditDossierSectionInterfa
}
revert() {
this.form = this._getForm();
this._loadAttributes().then(() => this.form.reset());
}
currentAttrValue(attr: DossierAttributeWithValue): string {