Actions
Bug #35557
closedhost details variables page cant load json
Difficulty:
Triaged:
No
Description
to reproduce:
create an ansible variable with type json and default value {"test":1} and override true
open host details page, ansible, variables tab
result:
error page with this error:
uncaught Error: Objects are not valid as a React child (found: object with keys {test}). If you meant to render a collection of children, use an array instead.
in EditableValue (created by AnsibleVariableOverridesTable)
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/562 added
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases foreman_ansible-10.0.0 added
Updated by Maria Agaphontzev over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|92c419522df5a5911bf423ea7a0df19a361abe16.
Actions