Details
-
Type:
Story
-
Status:
Ready for QA
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.2.0 CE M5
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: Social Networking, Social Networking > Social Activity
-
Labels:None
-
Similar Issues:
Description
Right now, developers need to hardcode absolut URLs since generating portletURLs is not possible.
The current
protected SocialActivityFeedEntry doInterpret(
SocialActivity activity, ThemeDisplay themeDisplay)
throws Exception {
should be removed and
protected SocialActivityFeedEntry doInterpret(
SocialActivity activity, ServiceContext serviceContext)
throws Exception {
should be used.
