aimanecouissi / module-customer-online-grid-customer-view
Add a View action to the Admin customer online grid
Package info
github.com/aimanecouissi/magento2-module-customer-online-grid-customer-view
Type:magento2-module
pkg:composer/aimanecouissi/module-customer-online-grid-customer-view
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
Adds a View action to the Admin → Customers → Now Online grid. The module links online customer rows to the corresponding Admin customer edit page while leaving guest session rows without a customer target.
Installation
composer require aimanecouissi/module-customer-online-grid-customer-view bin/magento module:enable AimaneCouissi_CustomerOnlineGridCustomerView bin/magento setup:upgrade bin/magento cache:flush
Usage
Open the Admin → Customers → Now Online grid. The View action appears in the Actions column and links customer-type rows to the Admin customer edit page. Guest sessions keep a non-navigating action target for visitors without customer accounts.
Uninstall
bin/magento module:disable AimaneCouissi_CustomerOnlineGridCustomerView composer remove aimanecouissi/module-customer-online-grid-customer-view bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.