mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 08:17:18 +08:00
Fix multirelate initialization which was failing on validation
This commit is contained in:
parent
1602cbe817
commit
09dbd7741e
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ export class MultiRelateEditFieldComponent extends BaseRelateComponent {
|
|||
this.getTranslatedLabels();
|
||||
|
||||
this.addCurrentlySelectedToOptions(this.options ?? []);
|
||||
this.updateFieldValues();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue