Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide inactive users in study site table #652

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Jul 11, 2024

The UserAccountTable on the StudySite detail page was showing inactive users. Hide the users in the queryset and add a test for this case.

Closes #651

The UserAccountTable on the StudySite detail page was showing
inactive users. Hide the users in the queryset and add a test for
this case.
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.00%. Comparing base (c3e47c5) to head (bdfe771).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #652   +/-   ##
=======================================
  Coverage   99.00%   99.00%           
=======================================
  Files         325      325           
  Lines       30400    30411   +11     
=======================================
+ Hits        30098    30109   +11     
  Misses        302      302           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amstilp amstilp marked this pull request as ready for review July 11, 2024 21:42
@amstilp amstilp merged commit 548b2c9 into main Jul 11, 2024
11 checks passed
@amstilp amstilp deleted the bugfix/hide-inactive-users-on-study-site-table branch July 11, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StudySite users table includes inactive users
1 participant