Move breadcrumb json configuration to viewmodel#15521
Move breadcrumb json configuration to viewmodel#15521magento-engcom-team merged 3 commits intomagento:2.2-developfrom diedburn:fix_breadcrumbs_encoding
Conversation
|
I signed the license agreement. |
|
|
||
| $this->catalogData = $catalogData; | ||
| $this->scopeConfig = $scopeConfig; | ||
| $this->json = $json; |
There was a problem hiding this comment.
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