mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 16:58:04 +00:00
Merge branch 'topic-conditionals' of https://github.com/nasa/openmct into condition-clone
This commit is contained in:
commit
07c5e2800a
@ -67,8 +67,8 @@
|
||||
:current-condition-identifier="currentConditionIdentifier"
|
||||
:condition-index="index"
|
||||
@updateCurrentCondition="updateCurrentCondition"
|
||||
@removeCondition="removeCondition"
|
||||
@clone-condition="cloneCondition"
|
||||
@removeCondition="removeCondition"
|
||||
@conditionResultUpdated="handleConditionResult"
|
||||
@setMoveIndex="setMoveIndex"
|
||||
/>
|
||||
@ -225,7 +225,8 @@ export default {
|
||||
this.conditionCollection.unshift(conditionDomainObject.identifier);
|
||||
} else {
|
||||
this.conditionCollection.splice(index + 1, 0, conditionDomainObject.identifier);
|
||||
} this.persist();
|
||||
}
|
||||
this.persist();
|
||||
},
|
||||
updateCurrentCondition(identifier) {
|
||||
this.currentConditionIdentifier = identifier;
|
||||
|
Loading…
x
Reference in New Issue
Block a user