提交 0acfce6e 编写于 作者: J Joram Barrez

Bugfix: no related content for archived task...

Bugfix: no related content for archived task (http://forums.activiti.org/content/related-content-not-showing-archived-tasks)
上级 7742d61e
......@@ -342,6 +342,11 @@ public class HistoricTaskDetailPanel extends DetailPanel {
}
protected void populateRelatedContent(Table table, List<Attachment> attachments) {
if (attachments.size() > 0) {
table.setVisible(true);
}
for (Attachment attachment : attachments) {
AttachmentRenderer renderer = attachmentRendererManager.getRenderer(attachment);
Item attachmentItem = table.addItem(attachment.getId());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册