RED-6453 - Value for attribute in file list cannot be set

This commit is contained in:
Valentin Mihai 2023-03-30 20:32:37 +03:00
parent da49faa940
commit 1e1f9fc409
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ export class FileAttributeComponent extends BaseFormComponent implements OnInit,
const rawFormValue = this.form.getRawValue();
const fileAttrValue = rawFormValue[this.fileAttribute.id];
const attributeIdToValue = {
...rawFormValue,
...this.#getForm().getRawValue(),
[this.fileAttribute.id]: this.#formatAttributeValue(fileAttrValue),
};
try {

@ -1 +1 @@
Subproject commit dbe1e9fae14b313dd26ac1e8e0c0a8749f957cde
Subproject commit 79b688b218c4a0cc97a128cf7d4d882aefb5353d