mirror of
https://github.com/nasa/openmct.git
synced 2025-02-02 01:08:13 +00:00
Merge branch 'condition-class' of https://github.com/nasa/openmct into conditionSet-with-classes
This commit is contained in:
commit
bf1efaf912
@ -98,7 +98,7 @@ export default class ConditionClass extends EventEmitter {
|
|||||||
addCriterion(criterionDefinition) {
|
addCriterion(criterionDefinition) {
|
||||||
let criterionDefinitionWithId = this.generateCriterion(criterionDefinition || null);
|
let criterionDefinitionWithId = this.generateCriterion(criterionDefinition || null);
|
||||||
let criterion = new TelemetryCriterion(criterionDefinitionWithId, this.openmct);
|
let criterion = new TelemetryCriterion(criterionDefinitionWithId, this.openmct);
|
||||||
criterion.on('criterionUpdated', this.handleCriterionUpdated);
|
criterion.on('criterionUpdated', (obj) => this.this.handleCriterionUpdated(obj));
|
||||||
if (!this.criteria) {
|
if (!this.criteria) {
|
||||||
this.criteria = [];
|
this.criteria = [];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user