Skip to content

Commit

Permalink
enable filtering assignments by active status
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Nov 2, 2023
1 parent a63ea8a commit b3dff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdsourcer/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AssignedAdmin(admin.ModelAdmin):
"response_type",
)
search_fields = ["user__username", "authority__name"]
list_filter = ["section", "authority__questiongroup", "response_type"]
list_filter = ["section", "authority__questiongroup", "response_type", "active"]


@admin.register(Option)
Expand Down

0 comments on commit b3dff07

Please sign in to comment.