mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
This commit is contained in:
parent
7c32700b69
commit
43515ca84e
@ -252,8 +252,8 @@ define([
|
||||
ruleOrder.push(ruleId);
|
||||
this.domainObject.configuration.ruleOrder = ruleOrder;
|
||||
|
||||
this.updateDomainObject();
|
||||
this.initRule(ruleId, 'Rule');
|
||||
this.updateDomainObject();
|
||||
this.refreshRules();
|
||||
};
|
||||
|
||||
@ -281,8 +281,8 @@ define([
|
||||
ruleOrder.splice(ruleOrder.indexOf(sourceRuleId) + 1, 0, ruleId);
|
||||
this.domainObject.configuration.ruleOrder = ruleOrder;
|
||||
this.domainObject.configuration.ruleConfigById[ruleId] = sourceConfig;
|
||||
this.updateDomainObject();
|
||||
this.initRule(ruleId, sourceConfig.name);
|
||||
this.updateDomainObject();
|
||||
this.refreshRules();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user