Skip to content

Commit

Permalink
fix: user search list on stats (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 23, 2024
1 parent 5aae9b6 commit dfb5fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/security/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class UserStatsChartView(DirectByChartView):
"fail_login_count": lazy_gettext("Failed login count"),
}

search_exclude_columns = UserModelView.search_exclude_columns
search_columns = UserModelView.search_columns

definitions = [
{"label": "Login Count", "group": "username", "series": ["login_count"]},
Expand Down

0 comments on commit dfb5fd3

Please sign in to comment.