mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
condition sets with no telemetry points should not provide telemetry
This commit is contained in:
parent
24bade2284
commit
7a4b967a01
@ -101,11 +101,6 @@ export default class ConditionManager extends EventEmitter {
|
||||
} else {
|
||||
this.conditionCollection.unshift(condition);
|
||||
}
|
||||
//There are no criteria for a default condition and hence no subscriptions.
|
||||
//Hence the conditionResult must be manually triggered for it.
|
||||
if (conditionConfiguration.isDefault) {
|
||||
this.handleConditionResult();
|
||||
}
|
||||
}
|
||||
|
||||
createConditionDomainObject(isDefault, conditionConfiguration) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user