Actions
Bug #7592
closedActivity query is checking against owner id even for guest user
Description
The owner id check should be skipped if the viewing user is a guest (not logged in) as it's just checking against of id of 0. We only need to check for published state in this case.
Actions