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