Actions
Bug #3919
closedActivity of deleted users causing hang ups
Description
When activity of a user that is deleted is attempted to be displayed it causes the site to hang (GroupJive activity?).
Actions
Added by krileon about 12 years ago. Updated about 12 years ago.
Description
When activity of a user that is deleted is attempted to be displayed it causes the site to hang (GroupJive activity?).
Due to cbUser usage not establishing empty object when result is null.
In addition to an empty object being prepared the frontend queries (tab, recent, module) have been updated to ensure the user_id exists in _users with a join query. This will help avoid activity for users who don't exist getting displayed on frontend.