Copied to clipboard

Flag this post as spam?

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


  • Peter 8 posts 88 karma points
    Jan 08, 2021 @ 04:46
    Peter
    0

    Upgrading to version 8.8.0-rc & Version 8.10 some functions is not working

    HI All,

    I have upgraded to Version 8.8.0-rc and then to Version 8.10, but some functions is not render content while it has worked in Version 8.6

    I saw some functions as follows is not render content:

    @Html.Raw(Model.XXX) @Model.YYY

    Any one can help. Thanks

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Jan 08, 2021 @ 11:10
    Alex Skrypnyk
    0

    Hi Peter

    These methods are working good in all versions: @Html.Raw(Model.XXX) @Model.YYY

    Can you check maybe the log to try to find a real problem?

    Maybe provide a code snippet example.

    Thanks, Alex

  • Peter 8 posts 88 karma points
    Jan 12, 2021 @ 07:51
    Peter
    0

    Hi Alex,

    FYI

    • In Document Type for product: We have properties as follows:
      body - Rictext editor
      description - Textarea
    • In Templates for product: We only using @Html.Raw to be render content of Description & Body to website as folows:
        
    @Html.Raw(Model.Description)
        
    @Html.Raw(Model.Body)

    but only @Html.Raw(Model.Description) is ok, others is not render content. While It was ok in Umbraco Version 8.6.

Please Sign in or register to post replies

Write your reply to:

Draft