OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Extend Country Entity

This topic contains 2 replies, has 2 voices, and was last updated by  SkaiBoa 9 years, 1 month ago.

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

  • Creator
    Topic
  • #33777

    SkaiBoa
    Participant

    We need an Country Entity for our work. So we decided to take Oro\Bundle\AddressBundle\Entity\Country. But this Entity is not an extendable Entity. All we want to do is to add some extra fields like EU, Vat and so on.

    Is there any solution to get this with this Entity or we have to make an own Country-Entity ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #33778

    Dima Soroka
    Keymaster

    AS for today you’ll need to create a new entity and define a relation to Country. Please feel free to submit pull request that will make Country entity extendable on Platform side and we’ll include it into next release.

    Thanks

    #33779

    SkaiBoa
    Participant

    Now its top of our priority. I send you a pull request via GitHub.

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top