-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Imagine2018Issues good for Contribution Day at ImagineIssues good for Contribution Day at ImaginePriority: P2devguildmoved from magento2
Milestone
Description
Preconditions
- Magento installed via composer --create-project method, confirmed 2.1.3, 2.1.5, 2.1.6
Steps to reproduce
- Create a new module in
app/code
($ pestle.phar magento2:generate:module AbcCorp Testbed 0.0.1
- Run
php bin/magento setup:upgrade
- Examine
app/etc/config.php
Expected result
AbcCorp_Testbed
should not appear inapp/etc/config.php
Actual result
AbcCorp_Testbed
appears inapp/etc/config.php
, and is enabled
It's a reasonable developer expectation that setup:update
should not enable modules that were not previously enabled. This bug came from real world interactions with working developers who hit this bug. This bug caused unexpected Setup Upgrade code to run, and resulted in lost real world working billable hours.
Original Report: magento/magento2#9516 by @astorm
ihor-sviziev, amitshree and scottsb
Metadata
Metadata
Assignees
Labels
Imagine2018Issues good for Contribution Day at ImagineIssues good for Contribution Day at ImaginePriority: P2devguildmoved from magento2