RemoveHiddenDataPreview
with hidden repeating group sets row values to null
instead of deleting rows
#321
Labels
RemoveHiddenDataPreview
with hidden repeating group sets row values to null
instead of deleting rows
#321
Description of the bug
When setting
RemoveHiddenDataPreview
totrue
and hiding a repeating group, it might be expected that the repeating group is deleted (i.e. that all rows disappear), but instead the rows are kept and all values (leaf nodes) in the repeating structure are set tonull
.This caused problems when receiving data on the other end for at least one customer, as null values here are not valid according to the data model.
Steps To Reproduce
mat/lakselus-rapportering
Additional Information
The text was updated successfully, but these errors were encountered: