Browse Source
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
pull/5285/head
Igor Kulikov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
ui-ngx/src/app/modules/home/components/profile/alarm/alarm-duration-predicate-value.component.ts
|
|
|
@ -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() { |
|
|
|
|