-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M5
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: Social Activity, ~ [Archived] Social Networking, ~[Archived] WCM
-
Labels:None
-
Git Pull Request:
When adding activities for articles, the current value passed as classPK is article.getId(). This is wrong because we don't want to record the activity or activity counters for a certain version but rather the whole article. Not to mention that for activities an asset should exist and the asset for an article is identified not by the article's id but by it's resource primary key.