Actions
Feature #31015
closedAdd macros to deal with json and yaml in safemode
Description
List of macros:
- parse_yaml (YAML.safe_load)
- parse_json (JSON.parse)
- to_json(JSON.pretty_generate)
- to_yaml (.to_yaml)
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8061 added
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|a9ed12bb059489d19342ff0cd549dfb822e20776.
Actions