https://github.com/codepeak/magento2-productfix
Solves the problem with updated_at timestamp not updating
https://github.com/codepeak/magento2-productfix
bugfix catalog magento2 product
Last synced: 3 months ago
JSON representation
Solves the problem with updated_at timestamp not updating
- Host: GitHub
- URL: https://github.com/codepeak/magento2-productfix
- Owner: codepeak
- Archived: true
- Created: 2017-02-09T19:30:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T19:37:25.000Z (about 9 years ago)
- Last Synced: 2025-06-13T14:18:46.813Z (10 months ago)
- Topics: bugfix, catalog, magento2, product
- Language: PHP
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magento2-productfix
There is an issue in (at the time of writing) Magento 2.1.4 and previous versions that doesn't update the field `updated_at` in the table `catalog_product_entity` when a product is updated. This simple module uses raw SQL to force update the field.
**Use this module at own risk and make sure to test it first!**
## How to install
After installing Magento 2, run the following commands from your Magento 2 root directory:
```
composer require codepeak/magento2-productfix
php bin/magento cache:flush
```
## Contribute
Feel free to **fork** and contribute to this module. Simply create a pull request and we'll review and merge your changes to master branch.
## About Codepeak
Codepeak is a Magento consultant agency located in Sweden. For more information, please visit [codepeak.se](https://codepeak.se).