Uploaded image for project: 'Ibexa IBX'
  1. Ibexa IBX
  2. IBX-1321

Kernel Service definition aliases are declared in AdminUI

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • 4.0.x-dev, 3.3.11
    • 4.0.0-alpha1, 4.0.x-dev, 3.3.10
    • Open Source
    • Ibexa Open Source

    Description

      There are some Symfony Service Definition aliases defined in ezsystems/ezplatform-admin-ui:

      src/bundle/Resources/config/services/service_aliases.yaml
          eZ\Publish\Core\Helper\FieldsGroups\FieldsGroupsList: '@ezpublish.fields_groups.list'
          eZ\Publish\Core\MVC\ConfigResolverInterface: '@ezpublish.config.resolver'
          eZ\Publish\Core\MVC\Symfony\SiteAccess: '@ezpublish.siteaccess'
          eZ\Publish\API\Repository\FieldTypeService: '@ezpublish.api.service.field_type'
      

      They belong in ezsystems/ezplatform-kernel and block right now its rebranding process (IBX-538) because they're defined outside of the package scope and cannot be rebranded.

      ./bin/console cache:clear
      Cannot autowire service "Ibexa\Core\QueryType\BuiltIn\AncestorsQueryType": argument "$configResolver" of method "Ibexa\Core\QueryType\BuiltIn\AbstractQueryType::__construct()" references interface "Ibexa\Core\MVC\ConfigResolverInterface" but no such service exists.
      

      Designs

        Attachments

          Activity

            People

              Unassigned Unassigned
              andrew.longosz@ibexa.co Andrew Longosz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: