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

Fix #29879 Breadcrump Undefined class constant 'XML_PATH_CATEGORY_URL_SUFFIX' #29925

Commits on Sep 7, 2020

  1. Fix magento#29879 Breadcrump Undefined class constant 'XML_PATH_CATEG…

    …ORY_URL_SUFFIX'
    
    When creating a plugin, that is calling the public functions for the
    product breadcrump they ending up throwing an error message, because
    this constants has been marked as private recently.
    
    This is fixing it with referencing to the current instance and all is
    working again. This fix is analog to another bug of the same type:
    
    magento#28981
    magento#28797
    
    This should resolve:
    magento#29879
    toxix committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2d1d097 View commit details
    Browse the repository at this point in the history