Copied to clipboard

Flag this post as spam?

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


  • Cimplex 113 posts 576 karma points
    Sep 19, 2017 @ 12:53
    Cimplex
    0

    Moving nested document type

    Hi, I have the following Document type structure on a project that I am working on:

    Master
       Language
       Pages
         Home
         Text Page
         Contact Page
         ...
    

    The problem is that I would like to move the Language Doc Type underneath Pages instead, but since there's no moving alternative in the menu I guess the only way to accomplish this is through the database.

    I switched the ParentId from Master to Pages in the cmsContentType2ContentType database table and that gave me all the properties from the Pages but the document type was still underneath Master. I then changed the Path in the umbracoNode table and now the Language doc type is placed correctly under Pages.

    Everything seems to work fine but my question is, have anyone else done this before? Do I need to do anything else before I push this to live?

    // Herman

Please Sign in or register to post replies

Write your reply to:

Draft