Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ihor 11 posts 83 karma points
    Apr 21, 2020 @ 19:23
    Ihor
    0

    Add/Remove compositions for parent document type

    I have created a Document Type, let's call it "Parent". Then I assigned few compositions to "Parent". After that I created "Child" document type for "Parent" and as expected it inherited all compositions and other properties. But after I did this I could not edit compositions for "Parent" document type anymore. Error message is: "This content type is used in a composition, and therefore cannot be composed itself." Is there a way to do it?

  • Joep 96 posts 698 karma points
    Apr 22, 2020 @ 15:22
    Joep
    100

    Hi,

    Yes you can work around this by doing a query into your database.insert into cmsContentType2ContentType values(Id of composition, Id of 'Parent')

    -Joep

  • Ihor 11 posts 83 karma points
    Apr 28, 2020 @ 13:58
    Ihor
    0

    Hi Joep,

    Thanks a lot, it works fine.

    Thanks Ihor

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies