Skip to content
New issue

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

Patch #22309: Remove "null" value of not passed name attribute #22310

Closed
wants to merge 1 commit into from
Closed

Patch #22309: Remove "null" value of not passed name attribute #22310

wants to merge 1 commit into from

Commits on Apr 12, 2019

  1. Patch #22309: Remove "null" value of not passed name attribute

    If a category is updated via REST API in the "all" scope and the
    category name is not sent, Magento use "null" as value for the name,
    This leads into a validation error, because the category name is
    required.
    In this case we remove the null value out of the automatically
    generated default value array. Magento will then skip the category,
    because there is no change.
    cmuench committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    46a4eab View commit details
    Browse the repository at this point in the history