Copied to clipboard

Flag this post as spam?

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


  • Kenneth Solberg 227 posts 418 karma points
    Jan 19, 2021 @ 14:03
    Kenneth Solberg
    0

    Empty href tags in grid RTE when linking to media items and using UmbracoContext.Content.GetByRoute

    (Umbraco 8.6.4)

    I have a content item with a grid and a RTE control. In the control I have 3 links:

    • an external absolute link
    • an internal content link
    • an internal media link

    In an Api controller I have:

    var content = UmbracoContext.Content.GetByRoute(route, culture: culture);

    In the grid property of content, the external and internal content links are correct, but the internal media link is empty.

    Any ideas?

  • Kenneth Solberg 227 posts 418 karma points
    Feb 20, 2021 @ 12:13
    Kenneth Solberg
    0

    Upgrading to 8.11.1 resolved this issue.

  • 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