Skip to content

Commit

Permalink
ECWID-147482: make customSlug an ignorableNullable field
Browse files Browse the repository at this point in the history
  • Loading branch information
carlecwid committed Aug 26, 2024
1 parent f4b62a6 commit 6b34a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ val fetchedCategoryNullablePropertyRules: List<NullablePropertyRule<*, *>> = lis
IgnoreNullable(FetchedCategory::productIds),
IgnoreNullable(FetchedCategory::thumbnailUrl),
IgnoreNullable(FetchedCategory::url),
IgnoreNullable(FetchedCategory::customSlug),
AllowNullable(FetchedCategory::productCountWithoutSubcategories),
AllowNullable(FetchedCategory::seoTitle),
AllowNullable(FetchedCategory::seoTitleTranslated),
AllowNullable(FetchedCategory::seoDescription),
AllowNullable(FetchedCategory::seoDescriptionTranslated),
AllowNullable(FetchedCategory::alt),
AllowNullable(FetchedCategory::customSlug),
AllowNullable(FetchedAlt::main),
AllowNullable(FetchedAlt::translated),
)

0 comments on commit 6b34a54

Please sign in to comment.