element119 / module-product-grid-updated-at-filter
A Magento 2 module that allows admins to filter product's by their updated at timestamp.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/module-catalog: ^104.0
README
element119 | Product Grid Updated At Filter
This module will be abandoned once the related pull request has been accepted and deployed as part of the Magento core.
📝 Features
✔️ Adds the product's updated_at
attribute to the admin product grid to allow admins to see when a product was last modified
✔️ Filter the grid by a range of Updated At
dates
✔️ Sort the grid by ascending or descending Updated At
date
✔️ Add or remove the Updated At
column from the grid view
🔌 Installation
Run the following command to install this module:
composer require element119/module-product-grid-updated-at-filter php bin/magento setup:upgrade
⏫ Updating
Run the following command to update this module:
composer update element119/module-product-grid-updated-at-filter
❌ Uninstallation
Run the following command to uninstall this module:
composer remove element119/module-product-grid-updated-at-filter php bin/magento setup:upgrade
📚 User Guide
-
Navigate to the product grid as normal:
Catalog -> Products
For those that want to support this project.