netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 43 forks source link

[Ez Platform v3.2] Service @eztags.api.service.tags not existing #126

Closed dtraore closed 3 years ago

dtraore commented 3 years ago

Hello, I'm upgrading my Ez EE instance from 2.5 to 3.2 and I'm facing to this error.

You have requested a non-existent service "@eztags.api.service.tags"

I try to use the TagsService (Netgen\TagsBundle\API\Repository\TagsService) from my controller Action but still doesn't work.

Any suggest ? did I miss something.

Thanks

dtraore commented 3 years ago

Based on your comment on slack ezcomminity I fix it by adding the service allias

Netgen\TagsBundle\Core\Repository\TagsService: "@eztags.api.service.tags.inner"

Thanks