Great timing on this package just started new 7.1 site and have started to use it. Found one potential issue, I have relatedlinks and the links are internal however the link property is always blank, stepping through the code i can see in the relateditem json that the id of item is there also all pages that are being targeted are published.
Related link internal link blank
Jeavon,
Great timing on this package just started new 7.1 site and have started to use it. Found one potential issue, I have relatedlinks and the links are internal however the link property is always blank, stepping through the code i can see in the relateditem json that the id of item is there also all pages that are being targeted are published.
Any ideas?
Regards
Ismail
Hey Ismail,
Could you post your whole Json chunk? You can get it using DataValue, e.g.
<pre>@(Model.Content.GetProperty("relatedLinks").DataValue)</pre>
Thanks,
Jeavon
Jeavon,
Its ok sorted, i had published but umbraco had'nt really published i re published and that sorted it. Sorry false alarm!
Regards
Ismail
Ah sweet, made me realise that I built against v7.1RC anyway, so I'll update that to make sure everything is still ok (I'm sure it is).
p.s This PR is an awesome addition, although you have to merge in the code to v7.1 to get it working!
is working on a reply...