From 3bd214393b85ab7ed18e8697e86c448017bb26cc Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 13 Jul 2017 10:44:47 -0400 Subject: [PATCH] Smart inventory validation bug fix --- .../smart-inventory-host-filter.partial.html | 1 + .../inventories/smart-inventory/smart-inventory.form.js | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html index daf7a34cc6..5a033a4000 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/smart-inventory-host-filter.partial.html @@ -10,3 +10,4 @@ + diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js index bdd08384ab..229d7bb294 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js @@ -65,10 +65,6 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo label: i18n._('Smart Host Filter'), type: 'custom', control: '', - basePath: 'hosts', - list: 'HostsList', - sourceModel: 'host', - sourceField: 'name', required: true, class: 'Form-formGroup--fullWidth' },