Opened 15 years ago
Closed 14 years ago
#1128 closed enhancement (fixed)
Export of child items
Reported by: | base | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.12 |
Component: | web | Version: | 2.8.2 |
Keywords: | Cc: |
Description
Export of items does not allow selection of child items. I think that it would be an improvement to also be able to export these child items. If multiple child items are referenced, these could be separated with a comma. In this way one would be able to export the same table that is shown on the screen.
Change History (11)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Maybe we should create a special export that allows inclusion of child and/or parent items?
comment:3 Changed 14 years ago by
Milestone: | → BASE 2.12 |
---|---|
Summary: | Export of items → Export of child items |
See ticket #1272 for a possible way to solve this issue.
comment:4 Changed 14 years ago by
Owner: | changed from everyone to Martin Svensson |
---|---|
Status: | new → assigned |
comment:7 Changed 14 years ago by
comment:8 Changed 14 years ago by
(In [4900]) References #1128 Parents of extracts can now be exported with the SimpleExporter?.
comment:9 Changed 14 years ago by
(In [4901]) References #1128 Updated list-pages and index-pages for the majority of items that have some kind of child or parent connections. Also extended the NameableFormatter? to handle null as a parameter value.
comment:11 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The table exporter plug-in only supports exporting "simple" properties. This is a limitation in the implementation caused by the "generic" nature of the exporter. The details:
To solve this issue would require major changes in the way the tables are generated as well as in the exporter plug-in.