
[英]OS X Server Wiki - How can I get the content of a wiki page to display on another wiki page
[英]How to retrieve the document title of the workitem in wiki content (velocity)
我需要打印放置工作项的文档标题。 在这里,我报告我需要打印此类信息的代码,谢谢你提前
<td class='mk-col'>
#foreach($link in $wi.getLinkedWorkItemsStructsBack())
#if ($link.getLinkRole().id == "specifies")
$link.getLinkedItem().getLocation() ##this is the line where I would like to print
#end
#end
</td>
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.