UI: removed negate option set to false on relation types clear of relation filters
This commit is contained in:
parent
f77ad0d3ad
commit
1b854fb876
@ -135,7 +135,6 @@ export class RelationFiltersComponent extends PageComponent implements ControlVa
|
||||
if (value) {
|
||||
formGroup.get('negate').enable({emitEvent: false});
|
||||
} else {
|
||||
formGroup.get('negate').setValue(false, {emitEvent:false});
|
||||
formGroup.get('negate').disable({emitEvent: false});
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user