Skip to content

Commit

Permalink
fix(manager): disable filtering by inv-id
Browse files Browse the repository at this point in the history
  • Loading branch information
jdobes committed Dec 9, 2019
1 parent 30d290f commit 57b5b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manager/system_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def __init__(self, list_args, query_args, filter_args, parsed_args, uri):
}
default_sort_columns = ['id']
filterable_columns = {
'inventory_id': SystemPlatform.inventory_id,
'display_name': SystemPlatform.display_name
}
super(SystemView, self).__init__(query, sortable_columns, default_sort_columns,
Expand Down

0 comments on commit 57b5b22

Please sign in to comment.