OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – How do I? Questions How do I remove note association?

This topic contains 1 reply, has 2 voices, and was last updated by  Yurii Muratov 8 years, 10 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
  • #35948

    jakabadambalazs
    Participant

    Hi,

    I need to create a migration class where I want to remove a previously created note association to my entity (created with: $noteExtension->addNoteAssociation($schema, ‘my_entity’); )

    How would you do this?


    oro/platform(1.6.2) + oro/doctrine-extensions(1.0.7) + symfony/symfony(v2.3.27)

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

    Yurii Muratov
    Participant

    Hi, @jakabadambalazs.

    You can do this with migration like:

    In this migration we change enabled parameter in note scope for YourEntity to false

Viewing 1 replies (of 1 total)

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

Back to top