Skip to content

Commit

Permalink
SAK-32090: Entity Broker error with attachment (sakaiproject#4051)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilson100 authored and ern committed Mar 13, 2017
1 parent e7cd9e9 commit f43e1d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@ public List getRecentDiscussionForumThreadsByTopicIds(final List<Long> topicIds,
tempMsg = (Message)results[0];
tempMsg.setTopic((Topic)results[1]);
tempMsg.getTopic().setBaseForum((BaseForum)results[2]);
getHibernateTemplate().initialize(tempMsg.getAttachments());
}
resultSet.add(tempMsg);
}
Expand Down

0 comments on commit f43e1d8

Please sign in to comment.