Closed hanneswernery closed 5 years ago
The CriteriaFactory is missing from the factory container.
CriteriaFactory
Adds the CriteriaFactory to the factory container so it can be used using
const CriteriaFactory = Shopware.Application.getContainer('factory').criteria;
instead of
import CriteriaFactory from 'src/core/factory/criteria.factory';
Danger run resulted in 1 warning; to find out more, see the checks page.
Generated by :no_entry_sign: dangerJS
CriteriaFactory is obsolete: https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/recent-updates#2019-04-02-new-admin-data-handling
1. Why is this change necessary?
The
CriteriaFactory
is missing from the factory container.2. What does this change do, exactly?
Adds the
CriteriaFactory
to the factory container so it can be used usinginstead of
3. Describe each step to reproduce the issue or behaviour.
4. Please link to the relevant issues (if any).
5. Which documentation changes (if any) need to be made because of this PR?
6. Checklist