From fecb51ad89b6a572864d164c6993a8f9a254aeba Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 18 Mar 2015 11:37:33 -0400 Subject: [PATCH] Add inventories fix adding pararnthesis for inventory form definition. I had added this on the edit inventory controller but not the add inventory controller --- awx/ui/static/js/controllers/Inventories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index e0b2534686..6cf2d5474a 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -380,7 +380,7 @@ export function InventoriesAdd($scope, $rootScope, $compile, $location, $log, $r // Inject dynamic view var defaultUrl = GetBasePath('inventory'), - form = InventoryForm, + form = InventoryForm(), generator = GenerateForm; form.well = true;