Copied to clipboard

Flag this post as spam?

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


  • Christian Liebe-Harkort 56 posts 104 karma points
    Mar 04, 2014 @ 18:37
    Christian Liebe-Harkort
    0

    Sort order of allowed doctypes

    Hi,

    I am wondering what determines the sort order of allowed doctypes when creating a child.

    I have many different doctypes, that are allowed under my doctype 'page', but they appear in the order I created them. Kind of confusing.

    I had a look at the db and if I run that SQL-statement:

    SELECT     TOP (100) PERCENT cmsContentType_1.alias AS Parent, dbo.cmsContentType.alias AS child, dbo.cmsContentTypeAllowedContentType.SortOrder
    FROM         dbo.cmsContentTypeAllowedContentType INNER JOIN
                          dbo.cmsContentType AS cmsContentType_1 ON dbo.cmsContentTypeAllowedContentType.Id = cmsContentType_1.nodeId INNER JOIN
                          dbo.cmsContentType ON dbo.cmsContentTypeAllowedContentType.AllowedId = dbo.cmsContentType.nodeId
    ORDER BY Parent, dbo.cmsContentTypeAllowedContentType.SortOrder

    In this result the order is perfect (alphabetical), but not in the backend-UI.It seems that the field 'SortOrder' is not used.

    I am using 7.0.4

    Any ideas?

    Christian

     

     

Please Sign in or register to post replies

Write your reply to:

Draft