OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – How do I? Questions Add activity associations from ActivityContactBundle to new entity

This topic contains 1 reply, has 2 voices, and was last updated by  Mike Kudelya 7 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
  • #36441

    hodesk
    Participant

    Are migrations the only way of adding activity associations from the ActivityContactBundle to my new entity? I’ve created a new class and i wanted to associate it with the following activities:

    $this->activityExtension->addActivityAssociation($schema, ‘oro_note’, ‘orocrm_case’);
    $this->activityExtension->addActivityAssociation($schema, ‘oro_email’, ‘orocrm_case’);

    WITHOUT having to run a migration.

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

    Mike Kudelya
    Participant

    Here is an issue similar to yours.

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform – How do I? Questions’ is closed to new topics and replies.

Back to top