-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Google Sitemap refactoring - introduce item resolver #10288
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
Google Sitemap refactoring - introduce item resolver #10288
Conversation
Add injectable item resolver to load sitemap items
Hi @piotrkwiecinski Could you please look at broken tests? |
@vrann, @okorshenko tests should be green now. Last one was static. |
@piotrkwiecinski finished code review, looks good. Running internal builds. |
} | ||
} | ||
|
||
/** | ||
* Add a sitemap item to the array of sitemap items |
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.
Please restore these two public methods:
- they are in the class marked as @api
- the class will be released as is in 2.2 release
- current pull request will get to the 2.3 release
…ver #10288 - fixed static tests
@magento-team Will this get backported to 2.2? |
If it would be useful and there is no objections from @magento-team I could port it back on Monday or Tuesday |
@piotrekkaminski Thanks |
Refactoring to introduce injectable item resolver as way to add items to sitemap
Description
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist