Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
(Umbraco 8.6.4)
I have a content item with a grid and a RTE control. In the control I have 3 links:
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?
Upgrading to 8.11.1 resolved this issue.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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?
Upgrading to 8.11.1 resolved this issue.
is working on a reply...