Actions
Refactor #25913
closedAdd helpers for snake and camel case
Description
While our API serves JSON with snake case keys, js uses camel case. We need to transform the JSON keys to camel case to remove linting errors and do the opposite when posting data to server. As a developer, I expect that core will provide a convenient way how to do this.
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6433 added
Updated by Ondřej Pražák almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 242b77fe04673d0a2e69b766058560c7bd5b4562.
Updated by Ondřej Pražák almost 6 years ago
- Related to Refactor #26070: Use propsToSnakeCase from core added
Actions