-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Backport] Pass parameter for export button url #14903
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
[Backport] Pass parameter for export button url #14903
Conversation
* @param ContextInterface $context | ||
* @return array | ||
*/ | ||
protected function getAdditionalParams($config, $context) |
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 @rogyar , due to Magento backward compatibility we can't introduce new public and protected methods. Please change it to private.
Backward compatible development
@VladimirZaets my fault. Fixed the scope. Thank you |
Hi @rogyar , thanks for the fast update. But, I found the second problem, Magento 2.1 doesn't support attribute "active", and as I see, this attribute not needed for this case. Can you please remove it? |
@VladimirZaets sure, I've removed the attribute. Thank you for spotting |
Hi @rogyar. Thank you for your contribution. |
Original PR: #13208
Description
Pass parameter to export button url, configure button in invoice, shipment and creditmemo xml file
Fixed Issues (if relevant)
Manual testing scenarios