RED-6453 - Value for attribute in file list cannot be set
This commit is contained in:
parent
da49faa940
commit
1e1f9fc409
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user