Copied to clipboard

Flag this post as spam?

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


  • Mathew Knott 6 posts 48 karma points
    Mar 25, 2019 @ 14:36
    Mathew Knott
    0

    Change Document Type in Umbraco 8

    I've noticed in Umbraco 8 there is no option to "Change Document Type" when editing a page in the tree (Under the menu Do Something Else).

    Does anyone know if this feature will come back or if it's gone for good or if kind of work is recommended now to be handled in a different way.

    It was a very handy and useful feature.

  • Bjarne Fyrstenborg 1182 posts 3441 karma points MVP 4x c-trib
    Mar 25, 2019 @ 14:50
    Bjarne Fyrstenborg
    0

    Hi Mathew

    It seems the action exists here, but has been commented out for now: https://github.com/umbraco/Umbraco-CMS/blob/dev-v8/src/Umbraco.Web/Actions/ActionChangeDocType.cs

    I guess it is because the old one was using WebForms and it needs to be re-written with Angular + Web API in Umbraco 8.

    The other actions have Angular views and controllers, which exits here: https://github.com/umbraco/Umbraco-CMS/tree/91c52cffc8b7c70dc956f6c6610460be2d1adc51/src/Umbraco.Web.UI.Client/src/views/content

    It would be great if you submit an issue here: https://github.com/umbraco/Umbraco-CMS/issues

    /Bjarne

  • Mathew Knott 6 posts 48 karma points
    Mar 25, 2019 @ 14:58
    Mathew Knott
    0

    Thanks for looking into it. I'll create the issue.

  • Mathew Knott 6 posts 48 karma points
    Apr 02, 2019 @ 00:22
    Mathew Knott
    102

    FYI, this was further discussed here..

    https://github.com/umbraco/Umbraco-CMS/issues/5070

    Unfortunately, it has been decided that this feature is in the too hard basket for the moment to be implemented. The reason given - the new implementation of multilingual content and the way that is treated is different to V7 and the code can't be just copied across.

    Disappointing as this was a very useful feature in Umbraco 7. Hopefully they'll have the capacity to implement in future versions.

  • 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