IDCI-Consulting / ExporterBundle

Symfony2 exporter bundle
3 stars 2 forks source link

Multiple entities #9

Open vaszev opened 9 years ago

vaszev commented 9 years ago

When I try to declare more entity reference in the config.yml

idci_exporter: entities: User: class: "AppBundle\Entity\User" Program: class: "AppBundle\Entity\Program"

Allways throw this exception: The entity AppBundle\Entity\Program is not defined as an exportable entity

How can I allow more exportable entity, or how can I disable this verification?

konandrum commented 9 years ago

This could be a syntax problem, could you paste your config.yml Are you sure to use spaces and not tabs in this file ?