Bug #6570
closedRecent Activity inaccessible if activity tab unpublished
Description
This is due to the asset check for the stream being done on the profile asset since the asset is set to "all". There needs to be an access check exception for this usage.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon over 7 years ago
This will only affect displays check for the recent activity page. Create access will still be blocked if the activity tab is not published as profile activity is dependent on that tabs access check. To have a recent activity page that is not tied to profile activity you must adjust the asset. Example as follows.
custom.[user_id],all
The above would cause new activity posted to that stream to be tired to custom.[user_id] while still displaying all other accessible activity. The default behavior for recent activity is as follows.
profile.[user_id],all
Using a profile asset will always check the activity tab for access permissions.