-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fixed issue: Magento backend catalog "MSRP" without currency symbol #24379
Conversation
Hi @00F100. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento give me test instance |
Hi @00F100. Thank you for your request. I'm working on Magento instance for you |
Hi @00F100, here is your new Magento instance. |
@00F100 is it still an issue considering #20906 (comment)? |
in this pr fix 3 columns: cost, special_price and msrp, not only cost. |
if cost has been fixed, i remove from this PR |
@00F100 did you find commits where |
yes, equals except here extends Price, not send all to Price class. |
@00F100 Please try to follow the fix approach used in https://github.com/magento/magento2/pull/20907/files Const NAME is the component name, not the column name that can be defined by xml file. |
@rodrigowebjump now it's good? |
@magento give me test instance |
Hi @00F100. Thank you for your request. I'm working on Magento instance for you |
Hi @00F100, here is your new Magento instance. |
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.
This fix is incorrect and similar to https://github.com/magento/magento2/pull/20907/files.
In a proper fix, like it was made for Cost
, new columns will not be added to grid by default.
Please specify commits where it was fixed for Cost
and do a similar fix for Special Price
and MSRP
.
@magento give me test instance |
Hi @rodrigowebjump. Thank you for your request. I'm working on Magento instance for you |
Hi @rodrigowebjump, here is your new Magento instance. |
@magento give me 2.3-develop instance |
Hi @rodrigowebjump. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @rodrigowebjump, here is your Magento instance. |
@orlangur please, help me. In version 2.3-develop Cost not formated and i not find commit to change Cost how do you say. |
@magento give me test instance |
Hi @00F100. Thank you for your request. I'm working on Magento instance for you |
Hi @00F100, here is your new Magento instance. |
@magento give me test instance |
Hi @00F100. Thank you for your request. I'm working on Magento instance for you |
Hi @00F100, here is your new Magento instance. |
@00F100, sorry, I don't have time to do it instead of you. Try searching using info from #20906 (comment), probably something was mentioned in git log. |
Hi @00F100, thank you for your contribution! |
Sorry @00F100, I would like to find an accordance here with you.
I wasn't aware, sorry, just saw the #20906 (comment) which is from July. I don't know what was the way to fix it in To find a proper solution let's wait for a release publishing, I'll ask EngCom guys in Slack if there is any ETA. |
In this PR fix values of special_price and msrp into products list admin
Description (*)
The values of special_price and msrp into admin products list
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)