-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedProgress: needs updatefeature requestup for grabs
Description
I want to create a Website and Store with a Setup Script in a separate Module which is not possible due to the API. The Repository Interfaces do not offer any functionality to create a Store or a Website. Due to that, I always have to insert my values into the Database forced. This is the same way Magento handles the Creation of the default values for these Entities.
Is there a reason for this missing functionality? If it is just missing, I could provide a PR to add the functionality.
Preconditions
- Magento EE & CE 2.1.5
Steps to reproduce
- Clone Magento
- Checkout the following Repositories:
\Magento\Store\Api\StoreRepositoryInterface
\Magento\Store\Api\WebsiteRepositoryInterface
\Magento\Store\Api\GroupRepositoryInterface
IMHO: Those repositories don't follow the typical rules of DDD.
korostii
Metadata
Metadata
Assignees
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedProgress: needs updatefeature requestup for grabs