We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relation custom field seems to be broken on V2. After adding related products the update button remains disabled.
customFields: { Product: [ { name: 'relatedProducts', label: [{ languageCode: LanguageCode.en, value: "Related Products" }], type: 'relation', entity: Product, list: true, ui: { component: 'product-multi-form-input', selectionMode: 'product' } }, ], }
Then, if we edit any other field and try to update we get this error:
Variable "$input" got invalid value null at "input.customFields.relatedProductsIds[0]"; Expected non-nullable type "ID!" not to be null.
related to #2178
The text was updated successfully, but these errors were encountered:
fix(admin-ui): Fix product multi select form input
b5947ec
Relates to #2249
michaelbromley
No branches or pull requests
Relation custom field seems to be broken on V2. After adding related products the update button remains disabled.
Then, if we edit any other field and try to update we get this error:
related to #2178
The text was updated successfully, but these errors were encountered: