Commit 9f3e86aea86f440cba577e997bbcf6857c2e4db3
1 parent
75817a16
Fix checkbox Ingerit from owner Divice Profile Alarm Rules
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -127,6 +127,8 @@ export class AlarmDurationPredicateValueComponent implements ControlValueAccesso | @@ -127,6 +127,8 @@ export class AlarmDurationPredicateValueComponent implements ControlValueAccesso | ||
127 | inherit: predicateValue?.dynamicValue ? predicateValue.dynamicValue.inherit : null | 127 | inherit: predicateValue?.dynamicValue ? predicateValue.dynamicValue.inherit : null |
128 | } | 128 | } |
129 | }, {emitEvent: false}); | 129 | }, {emitEvent: false}); |
130 | + | ||
131 | + this.updateShowInheritMode(this.alarmDurationPredicateValueFormGroup.get('dynamicValue').get('sourceType').value); | ||
130 | } | 132 | } |
131 | 133 | ||
132 | private updateModel() { | 134 | private updateModel() { |