mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 08:17:18 +08:00
Merge a4d953feb8
into 3e06d0f16a
This commit is contained in:
commit
1b35cbb3fc
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export class BaseFieldComponent implements FieldComponentInterface, OnInit, OnDe
|
|||
protected addFieldDependency(fieldKey: string, dependentFields: ObjectMap, dependentAttributes: AttributeDependency[]): void {
|
||||
const field = this.record.fields[fieldKey];
|
||||
const name = this.field.name || this.field.definition.name || '';
|
||||
if (fieldKey === name || !field) {
|
||||
if (!field) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue