mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
fix for line escaping for codemirror on ctit
This commit is contained in:
@@ -188,6 +188,7 @@ export default [
|
||||
parse_variable: 'parseType',
|
||||
field_id: form.formDef.name + '_' + field.name
|
||||
});
|
||||
$scope.parseTypeChange('parseType', field.name);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user