OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems How to associate an entity plural

This topic contains 1 reply, has 2 voices, and was last updated by  Vova Soroka 8 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #26693

    Neal Vanmeert
    Participant

    I get this error on my entity.

    The plural alias "eMuse_Bundle_BusinessCardBundle_Entity_BusinessCardEntity" is not associated with any entity class

    although, I

    created an entity.yml file

    oro_entity:
    entity_aliases:
    eMuse\Bundle\BusinessCardBundle\Entity\BusinessCardEntity:
    alias: businesscard
    plural_alias: businesscards

    and when I debug in the CLI I get:

    php app/console oro:entity-alias:debug
    eMuse\Bundle\BusinessCardBundle\Entity\BusinessCardEntity businesscard businesscards

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #26694

    Vova Soroka
    Participant

    Hello,

    The “eMuse_Bundle_BusinessCardBundle_Entity_BusinessCardEntity” is really not a plural alias. It is so called “url safe entity name”.

    Could you please tell us where you get this error?

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top