OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions Change ownership configuration of Oro\Bundle\CaseBundle\Entity\CaseEntity?

This topic contains 2 replies, 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
  • #29218

    vincent1
    Participant

    How can i change the annotation of the CaseEntity and configure a different ownership type for that entity? Is it possible to remove the ownership completely?

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

    Mike Kudelya
    Participant

    Hi

    You can try to change ownership type, but at the moment orocrm doesn’t officially support this feature.
    Information about ownership contains in oro_entity_config -> data field. Usually i decode this text via unserialize(base64_decode(”));
    Just delete entity annotation, definition in oro_entity_config and clear cache.

    #29220

    Mike Kudelya
    Participant

    Also i found related acticle.

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

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

Back to top