-
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
Fix issue 19052- Position order showing before the text box #19056
Fix issue 19052- Position order showing before the text box #19056
Conversation
Hi @speedy008. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@@ -55,9 +55,6 @@ public function render(DataObject $row) | |||
{ | |||
if ($this->getColumn()->getEditable()) { | |||
$result = '<div class="admin__grid-control">'; | |||
$result .= $this->getColumn()->getEditOnly() ? '' |
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 @speedy008. Thanks for collaboration. I am not sure that removing code is a valid fix for this issue. I see that here we have a checking getEditOnly()
. Maybe the reason of this problem that the value returned from getEditOnly
is wrong?
Also, it's abstract renderer class and I am not sure that fix should be in this place. This class is using in a lot of places, but problem we have only on the Assign products
grid
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 @VladimirZaets
Thanks for your genuine response.
I will update code with proper solution and update it as early as possible.
Hi @VladimirZaets Could you please check what cause failed travis? Thanks, |
Hi @speedy008 , looks like you made some commits with email different than in your GitHub profile, please, add email from commits to your profile! |
Travis failure caused by changes provided in the PR. |
be7d5eb
to
301d73d
Compare
Hi @VladimirZaets |
Hi @VladimirZaets, thank you for the review. |
Hi @speedy008, thank you for your contribution! |
Hi @speedy008. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description (*)
You will find the position order showing before the text box as well when we can find the same value in textbox as well.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)