Commit 9f3e86aea86f440cba577e997bbcf6857c2e4db3

Authored by ArtemDzhereleiko
1 parent 75817a16

Fix checkbox Ingerit from owner Divice Profile Alarm Rules

... ... @@ -127,6 +127,8 @@ export class AlarmDurationPredicateValueComponent implements ControlValueAccesso
127 127 inherit: predicateValue?.dynamicValue ? predicateValue.dynamicValue.inherit : null
128 128 }
129 129 }, {emitEvent: false});
  130 +
  131 + this.updateShowInheritMode(this.alarmDurationPredicateValueFormGroup.get('dynamicValue').get('sourceType').value);
130 132 }
131 133
132 134 private updateModel() {
... ...