-
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
Fixed #17564 Magento 2 inline edit date issues in admin grid with Ui Component #20902
Fixed #17564 Magento 2 inline edit date issues in admin grid with Ui Component #20902
Conversation
Hi @satyaprakashpatel. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
|
Hi @sivaschenko. Thank you for your request. I'm working on Magento instance for you |
Hi @sivaschenko, here is your new Magento instance. |
@magento-engcom-team give me 2.3-develop instance |
Hi @sivaschenko. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @sivaschenko, here is your Magento instance. |
Hi @sivaschenko, thank you for the review. |
@magento-engcom-team give me 2.3-develop instance |
Hi @VladimirZaets. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @VladimirZaets, here is your Magento instance. |
Hi @satyaprakashpatel. Thanks for collaboration. I can't reproduce this issue on the fresh Magento 2.3-develop branch. Can you please provide more details? |
@VladimirZaets for reproducing this error you need to enable inline edit for any date field. |
@satyaprakashpatel I tried to reproduce it on the content->pages grid. There is already enabled inline editing on the datepicker field |
Hi @VladimirZaets, thank you for the review. |
Hi @satyaprakashpatel, thank you for your contribution! |
…grid with Ui Component #20902
Fixed #17564 Magento 2 inline edit date issues in admin grid with Ui Component
In magento2 Inline Edit date issues while i edit the record it display current date instead of database date
Preconditions
Magento version 2.2.3
php 7.0.29
mysqli mysqlnd 5.0.12
Steps to reproduce
dateRange Magento_Ui/js/grid/columns/date date date Date MMM dd, YYYY
Expected result
When make row inline editable an existing record, the date field should show the date from the record
Actual result
When make row inline editable an existing record, the date field show current date
Contribution checklist (*)