mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
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:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user