mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
Add back id and conditionId required for styling
This commit is contained in:
parent
84ae65536b
commit
b74733bf3f
@ -228,7 +228,11 @@ export default class ConditionManager extends EventEmitter {
|
||||
this.emit('conditionSetResultUpdated',
|
||||
Object.assign({},
|
||||
resultObj ? resultObj.data : {},
|
||||
{ output: obj.configuration.output }
|
||||
{
|
||||
output: obj.configuration.output,
|
||||
id: this.domainObject.identifier,
|
||||
conditionId: currentConditionIdentifier
|
||||
}
|
||||
)
|
||||
)
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user