-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
Describe the bug
"Download Members" CSV report ignores whether "Include terminated users" is checked and always includes terminated members. This is problematic because we cannot easily tell from the output who is active (termination date is not included in the report).
To Reproduce
Steps to reproduce the behavior:
- As an Admin user, go to the menu
- Click on Admin
- Click on Users
- Click on Add User
- Enter user details, including a termination date that is in the past.
- Save the user
- Ensure that "Include terminated users" is not checked
- Click the Download Members button
- Notice the terminated user is included
Expected behavior
Terminated users are only included in the CSV file if the "Include terminated users" checkbox is checked.
Reactions are currently unavailable