Fixed bug in Inventory Group Add. Save was failing. Also when group vars failed to parse, the error was not bubbled up to the GroupEdit code.

This commit is contained in:
Chris Houseknecht
2014-03-19 12:05:36 -04:00
parent 20aa89e33c
commit 9886b73d2c
3 changed files with 95 additions and 79 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ function JobsList($scope, $compile, ClearScope, Breadcrumbs, LoadScope, RunningJ
ClearScope();
var e, completed_scope, running_scope, queued_scope, schedule_scope;
var e, completed_scope, running_scope, queued_scope;
// schedule_scope;
// Add breadcrumbs
e = angular.element(document.getElementById('breadcrumbs'));