Copied to clipboard

Flag this post as spam?

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


  • Michaël Vanbrabandt 863 posts 3348 karma points c-trib
    Mar 28, 2018 @ 08:39
    Michaël Vanbrabandt
    0

    Convert obsolete MNTP to the new version after upgrading to 7.9.2

    Hi all,

    last week we did an upgrade for one of our projects from version 7.5.x to 7.9.2. One thing we see is the (Obsolete) Multinode Treepicker. Is it best practise to convert these to the new MNTP or can we hold on to these considering future upgrades of Umbraco?

    Converting would also lead to edit some of the code because of the new return type in the new MNTP.

    Any thoughts on this?

    Thanks

    /Michaël

  • Kevin Jump 2341 posts 14868 karma points MVP 8x c-trib
    Mar 28, 2018 @ 10:59
    Kevin Jump
    100

    Hi

    As a general rule (for me anyway) I would say don't convert on a site that isn't due any major redevelopment because its quite a reasonable amount of changes across all of your code.

    There is no indication that the old content pickers are going anywhere this side of v8 - (All of the API calls that use Int values can't be removed without a major version update).

    If you are looking at a redevelopment then maybe I would think about updating code, but also using the Property Value Converters that became part of core at the same time, as they clean up a lot of the code ( and actually make you dependent on the int/udi value much less)

  • Michaël Vanbrabandt 863 posts 3348 karma points c-trib
    Mar 28, 2018 @ 12:44
    Michaël Vanbrabandt
    0

    Nop nothing needs to be redesigned or so, was only thinking in terms of upgrades if these obsolete MNTP would get removed in the future.

    Thanks for the headsup!

    /Michaël

Please Sign in or register to post replies

Write your reply to:

Draft