Skip to content

Commit

Permalink
enabled search using status
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed May 22, 2024
1 parent b49c765 commit d896b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/project_cleanup_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class ProjectCleanupPendingView(ModelView):
search_columns = [
"user_email",
"user_name",
"status",
"projects"]
base_filters = [
["status", FilterInFunction, lambda: ["NOT_STARTED", "PROCESSING", "USER_NOTIFIED", "DB_CLEANUP_FINISHED"]]]
Expand Down

0 comments on commit d896b1c

Please sign in to comment.