fix filtering

This commit is contained in:
dpurbosakti
2025-09-01 15:15:08 +07:00
parent 7e67b7936e
commit 8af9504a7e
33 changed files with 187 additions and 12 deletions

No files matched your search

@@ -87,6 +87,9 @@ func ReadList(input e.ReadListDto) (*d.Data, error) {
return err
}
if len(input.Includes) > 0 {
input.Preloads = pu.GetPreloads(input.Includes)
}
if dataList, metaList, err = ReadListData(input, &event, tx); err != nil {
return err
}