Refactor #19585
Allow csv exporter to access nested parameters
Description
currently, the exporter uses `send` to get the fields from each objects. This is limited to only accessing attributes directly set on the object, which is a problem when attempting to access attributes on a facet.
Associated revisions
Fixes #19585 - Allow csv export of nested attributes
This is required for example to export host facet attributes.
(cherry picked from commit 20d817c8f6620d4a80410c0d3adcf68edb8231ef)
History
#1
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/4537 added
#2
Updated by Anonymous about 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 20d817c8f6620d4a80410c0d3adcf68edb8231ef.
#3
Updated by Marek Hulán about 5 years ago
- Legacy Backlogs Release (now unused) set to 240
#4
Updated by Daniel Lobato Garcia almost 5 years ago
- Category set to Plugin integration
Fixes #19585 - Allow csv export of nested attributes
This is required for example to export host facet attributes.