feat: Set withDeleted as true if filtering on deleted_at in modules (#6626)

Similar convention already existed in v1, so we are just applying this for the abstract module factory
This commit is contained in:
Stevche Radevski
2024-03-08 11:40:00 +00:00
committed by GitHub
parent 272fb6d328
commit 056e3e9599
4 changed files with 67 additions and 6 deletions
@@ -140,7 +140,6 @@ export class AdminGetProductsParams extends extendedFindParamsMixin({
// @Transform(({ value }) => optionalBooleanMapper.get(value.toLowerCase()))
// include_category_children?: boolean
// TODO: The OperatorMap and DateOperator are slightly different, so the date comparisons is a breaking change.
@IsOptional()
@ValidateNested()
@Type(() => OperatorMapValidator)