Browse Source
When a NO_DATA filter is present, the condition type control gets disabled. Angular's FormGroup.value excludes disabled controls, causing the 'type' field to be omitted from the saved result. This leads to a JSON parse error on the backend. Explicitly include the type control value in the save output while keeping unit/value/count excluded when disabled.pull/15421/head
committed by
Vladyslav Prykhodko
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue