Skip to content

Commit

Permalink
fix(manager): revert disable filtering by inv-id
Browse files Browse the repository at this point in the history
remove it once all names are ready in all envs

This reverts commit 57b5b22.
  • Loading branch information
jdobes committed Dec 11, 2019
1 parent 5819629 commit 8efc855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/system_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ 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 8efc855

Please sign in to comment.