mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
Fix #478 - Rename attribute triggeringStatus
This commit is contained in:
parent
c6778416d3
commit
a2ff98643a
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ export class BaseFieldComponent implements FieldComponentInterface, OnInit, OnDe
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logic.runLogic(attribute, this.mode as ViewMode, this.record, 'onDependencyChange');
|
this.logic.runLogic(attribute, this.mode as ViewMode, this.record, 'onAttributeChange');
|
||||||
});
|
});
|
||||||
|
|
||||||
}));
|
}));
|
||||||
|
|
|
@ -75,6 +75,6 @@ export class UpdateFlexRelateModuleAction extends FieldLogicActionHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
getTriggeringStatus(): string[] {
|
getTriggeringStatus(): string[] {
|
||||||
return ['onDependencyChange'];
|
return ['onAttributeChange'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue