Skip to content

Commit

Permalink
fix: user stats view search (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jul 6, 2022
1 parent a538649 commit 4f0b029
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 @@ -407,7 +407,7 @@ class UserStatsChartView(DirectByChartView):
"fail_login_count": lazy_gettext("Failed login count"),
}

search_columns = UserModelView.search_columns
search_exclude_columns = UserModelView.search_exclude_columns

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

0 comments on commit 4f0b029

Please sign in to comment.