Skip to content

Commit

Permalink
Mikekry/6136 not mandatory localizationset (#7470)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeKry authored Nov 4, 2020
1 parent 54658bc commit 6f0f440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public LocalizationInputObjectType(IStringLocalizer<LocalizationInputObjectType>
Description = S["the localization part of the content item"];

AddScalarFilterFields<StringGraphType>("culture", S["the culture of the content item to filter"]);
Field(x => x.LocalizationSet).Description(S["the localization set of the content item to filter"]);
Field(x => x.LocalizationSet, nullable: true).Description(S["the localization set of the content item to filter"]);
}
}
}

0 comments on commit 6f0f440

Please sign in to comment.