-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Move breadcrumb json configuration to viewmodel #15521
Move breadcrumb json configuration to viewmodel #15521
Conversation
I signed the license agreement. |
) { | ||
parent::__construct(); | ||
|
||
$this->catalogData = $catalogData; | ||
$this->scopeConfig = $scopeConfig; | ||
$this->json = $json; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @diedburn, due to Magento backward-compatible guide we can't add the required dependency to the constructor method.
thanks
Hi @vgelani, please, sign CLA, otherwise, we can't process your pull request |
@VladimirZaets I have signed. |
Hi @diedburn it still says that you have not signed the CLA, could you please check this for us so we can continue with this PR. Often this can happen if the github user and committed user have a different email address. |
@dmanners |
@magento-engcom-team give me test instance |
Hi @VladimirZaets. Thank you for your request. I'm working on Magento instance for you |
Hi @VladimirZaets, here is your Magento instance. |
Hi @diedburn. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description
Move breadcrumb json configuration to viewmodel and serialize it using Magento json serializer
Tweak code motivated by discussion in pull request #15162
Contribution checklist