This topic contains 12 replies, has 4 voices, and was last updated by Anonymous 8 years, 8 months ago.
-
Topic
-
Hello,
I wanted to add tags to my project entity so I did the same as the account entity. Everything looks great now and I can select tags. Unfortunately they are not saved. So it keeps saying no tags. I figured out I needed a ProjectHandler, which I created like AccountHandler, but still it is not working. Next I figured out I needed some service.yml file which I created like this:
123456789101112131415161718192021parameters:ProjectHandler: Twm\OroCRM\ProjectBundle\Form\Handler\ProjectHandlerservices:twm_orocrm_project.form.project:class: Symfony\Component\Form\Formfactory_method: createNamedfactory_service: form.factoryarguments: ["twm_orocrm_project_form", "twm_orocrm_projectbundle_project", null]twm_orocrm_project.form.handler.project:class: %ProjectHandler%scope: requestarguments:- @twm_orocrm_project.form.project- @request- @doctrine.orm.entity_managertags:- { name: oro_tag.tag_manager }Still the tags are not being saved. What am I doing wrong?
The forum ‘OroPlatform – How do I? Questions’ is closed to new topics and replies.