AC-564 fixed a bug with CodeMirror editor and post dialog removal/cleanup.

This commit is contained in:
Chris Houseknecht
2014-02-18 10:30:44 -05:00
parent 9b8dcfb9dd
commit 633a9f6d61
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ function InventoriesAdd($scope, $rootScope, $compile, $location, $log, $routePar
generator.reset();
LoadBreadCrumbs();
$scope.inventoryParseType = 'yaml';
ParseTypeChange({ scope: $scope, variable: 'inventory_variables', parse_variable: 'inventoryParseType',
field_id: 'inventory_inventory_variables' });