-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
Description
Preconditions
- PHP version: 7.1.16, Magento CE 2.2.5
- Apache : 2.4.23
Steps to reproduce
- Setup Magento CE 2.2.5
- Login to Admin Navigate to System > Tools > Web Setup Wizard
- Than Go to Module Manager
Expected result
- It should open and let me display all modules that are currently installed.
Actual result
Workaround
setup\src\Magento\Setup\Model\Grid\Module.php
private function addGeneralInfo(array $items)
-
$item['moduleName'] = $item['moduleName'] ?: $this->packageInfo->getModuleName($item['name']);To
$item['moduleName'] = $item['moduleName'] ?? $this->packageInfo->getModuleName($item['name']);
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
