jasperweyne / helpless-kiwi

Manage members, create and manage activities, send mails and more
Apache License 2.0
11 stars 7 forks source link

Activity overview for group only shows activities by subgroups #311

Open jasperweyne opened 1 year ago

jasperweyne commented 1 year ago

Describe the bug When a user navigates to the page of all activities, they're properly shown. However, when they select to view activities of a certain group that they're a member of, only activities of the subgroups are shown. Eg, if user A is member of group X, and group Y is a subgroup of group X, and A navigates to the activity overview for X, only activities by Y are shown, but activities by X are missing.

To Reproduce Steps to reproduce the behavior:

  1. Go to the activity admin page.
  2. Create a new activity, that has an author assigned for which the current user is a member.
  3. Navigate to the activity overview page for that group.
  4. See that the activity isn't shown.

Expected behavior The activity overview page for a group should both include the activities for the selected group, as well as its subgroups.