Actions
Bug #3353
openTable and CSV output adapters don't print nested fields
Status:
New
Priority:
Normal
Assignee:
-
Category:
Visibility
Target version:
-
Description
If a nested field is defined, for example Label, Collection or Joint, table and csv adapters don't print the inner fields.
label "Address" do field :street, "Street" field :city, "City" end
Prints only empty field "Address".
Actions