Merge pull request #5243 from ArtemDzhereleiko/bug-fix/alarm-rules/inherit-from-owner
[3.3.2] Fix checkbox Inherit from owner Device Profile Alarm Rules
This commit is contained in:
commit
b13b01b63f
@ -127,6 +127,8 @@ export class AlarmDurationPredicateValueComponent implements ControlValueAccesso
|
||||
inherit: predicateValue?.dynamicValue ? predicateValue.dynamicValue.inherit : null
|
||||
}
|
||||
}, {emitEvent: false});
|
||||
|
||||
this.updateShowInheritMode(this.alarmDurationPredicateValueFormGroup.get('dynamicValue').get('sourceType').value);
|
||||
}
|
||||
|
||||
private updateModel() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user