update search based on pr feedback:

- fix InventoryHost list inadverdent breakage due to merge conflict
- update label__name search key to labels__name
- always snap to page 1 when a search happens
- udpate capitalization of keys to be consistent
- remove isDefault from sort col items in tests
This commit is contained in:
John Mitchell
2020-01-07 13:27:19 -05:00
parent 068de221c1
commit 3cdf274bdb
21 changed files with 56 additions and 54 deletions

View File

@@ -129,11 +129,11 @@ function MultiCredentialsLookup(props) {
isDefault: true
},
{
name: i18n._(t`Created by (username)`),
name: i18n._(t`Created By (Username)`),
key: 'created_by__username',
},
{
name: i18n._(t`Modified by (username)`),
name: i18n._(t`Modified By (Username)`),
key: 'modified_by__username',
},
]}