Actions
Bug #20541
closedUI CSV Export of facts down not include nested values
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1477341
Description of problem:
When using UI CSV export of facts. The values of columns with nested fields is empty for example:
```
ronda-grams.lab.eng.rdu2.redhat.com,dmi,,Redhat,2017-07-20 18:29:07 UTC
```
See attached screen shot for page.
Although it is shown as empty on the ui page, we probably should show something in the CSV.
For example, we could build a json-like dict by traversing down the tree:
```
ronda-grams.lab.eng.rdu2.redhat.com,{"dmi::bios::version": "0.5.1", "dmi::bios::rom_size":"64 KB", ...},...
```
Version-Release number of selected component (if applicable): 6.3.0
Updated by Tomer Brisker over 7 years ago
- Related to Tracker #18463: Export Table output to CSV/Excel/PDF - Tracker added
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4889 added
Updated by Marek Hulán over 7 years ago
- Translation missing: en.field_release set to 296
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5879654971cd6b65dec1a5b83518f245798f5b82.
Updated by Tomer Brisker over 7 years ago
- Assignee changed from Tomer Brisker to Sebastian Gräßl
Actions