Admin UI Can not editing collection while customized fields with relation type (with translations) #1338
Labels
status: reproduction needed 🔁
Reproduction of described behaviour needed by core team
type: bug 🐛
Something isn't working
Describe the bug
Can not editing collection while customized fields with relation type (with translations)
To Reproduce
Steps to reproduce the behavior:
campaign (relation type)
oncollection
as belowcampaignId
) with validID
ofCampaign
entity.admin collection page
catalog/collectionsclick editing button to ready redirect to
collection` detail page.Cannot return null for non-nullable field Campaign.name.
Expected behavior
the Campaign entity as below
Environment (please complete the following information):
Additional context
for Admin UI
/catalog/collections
Editing
button before redirect to collect detail page.If we expose graphql
Campaign
propertyname
asoptional
,( name: String!)==> (name: String) the admin works fine, other wise throw me error.The text was updated successfully, but these errors were encountered: