We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce
Expected result
The text was updated successfully, but these errors were encountered:
I put in a new pull request with a proposed solution (#4816). I just took the logic from
Magento\Sales\Block\Adminhtml\Items\AbstractItems::getColumnHtml
And put it in in that name group renderer's _toHtml function. The main part that was replaced is
$renderer = $this->getRenderedBlock()->getColumnHtml($this->getItem(), $productType);
Which doesn't make much sense in the first place because getColumnHtml expects a column name as a second argument, not a productType.
Sorry, something went wrong.
Fixed issue with grouped product name column renderer. It
cb9b60b
was not rendering correctly when the real product type was downloadable (see Issue magento#4815).
This issue was fixed. Closed.
No branches or pull requests
Steps to reproduce
Expected result
The text was updated successfully, but these errors were encountered: