Browse Source

Fix checkbox Ingerit from owner Divice Profile Alarm Rules

pull/5243/head
ArtemDzhereleiko 5 years ago
parent
commit
9f3e86aea8
  1. 2
      ui-ngx/src/app/modules/home/components/profile/alarm/alarm-duration-predicate-value.component.ts

2
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() {

Loading…
Cancel
Save