I'm using Related Links in Umb v 6.1.6 and get 404 errors for each page that uses this DataType. It's looking for " .spTreeDoc4" It seems that the following:
In RelationLinksDataEdtior.cs is not able to find the ContentTypeIcon. It's not a show stopper but an annying error to get in the backed, especially as this DataType I'm using will soon be applied to over 1000 documents. I would avoid this all together by using a Macro with an XSLT for RelatedLinks but my xslt is weak and can't find a working solution anywhere.
For now I've downloaded source, commented out offending lines and recompiled as I'd rather have no errors than an icon. If someone could point me to a workign xslt file for displaying a list or in my case a single related document it would be greatly appreciated.
Errors with Related Links
Hi there,
I'm using Related Links in Umb v 6.1.6 and get 404 errors for each page that uses this DataType. It's looking for " .spTreeDoc4" It seems that the following:
img = "/umbraco/images/umbraco/" + uQuery.GetDocument(relatedCMSNode.Id).ContentTypeIcon
In RelationLinksDataEdtior.cs is not able to find the ContentTypeIcon. It's not a show stopper but an annying error to get in the backed, especially as this DataType I'm using will soon be applied to over 1000 documents. I would avoid this all together by using a Macro with an XSLT for RelatedLinks but my xslt is weak and can't find a working solution anywhere.
For now I've downloaded source, commented out offending lines and recompiled as I'd rather have no errors than an icon. If someone could point me to a workign xslt file for displaying a list or in my case a single related document it would be greatly appreciated.
Regards,
Phill
is working on a reply...