Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: sc-S19, social-1.1.0-GA
-
Component/s: OpenSocial
-
BV:0
-
Similar issues:
SOC-630Publish update on edit profile
-
- Environment:
-
opensocial
I checked this bug, publishing an activity to a space created in socialdemo is not working. The root cause is when creating activity using the OpenSocial API the current portal container is 'portal' not 'socialdemo' so maybe activity is saved in 'portal' not in 'socialdemo', as a result we can't get published activity in socialdemo. We must find the way to get the right container when excuting createActivity method in ExoActivityService.