Opened 16 years ago
Closed 16 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 by , 16 years ago
comment:2 by , 16 years ago
Maybe we should create a special export that allows inclusion of child and/or parent items?
comment:3 by , 16 years ago
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 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 16 years ago
comment:8 by , 16 years ago
(In [4900]) References #1128 Parents of extracts can now be exported with the SimpleExporter.
comment:9 by , 16 years ago
(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 by , 16 years ago
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.