Forum Discussion
xorrkaz
13 years agoGenius
Nice work, Claudius. On the TKB URL side, one thing that might work better than trying to manually construct the URL (in case of a long title) is to use REST:
<#assign tkb_url = rest("/boards/id/${coreNode.id}/tkb/get").board.@view_href /> ... <a href="${tkb_url}">More Knowledge Base articles …</a>
- Claudius13 years agoBossNice addition. Thanks.
I try to keep REST calls to a minimum for performance reasons and because of the fact that REST calls are sometimes capped in contracts ;)
Related Content
- 4 months ago