danmunn / redmine_dmsf

Fork of svn repository for redmine_dmsf
GNU General Public License v2.0
413 stars 193 forks source link

How to export full list with subfolders? #1482

Closed kyvaith closed 7 months ago

kyvaith commented 8 months ago

I have a list with subfolders:

image

But in exported CSV I have only the root level listed:

image

Thank you for any help.

picman commented 8 months ago

A CVS export contains only folders and documents on the current level. Sub-folders and their content is not exported. There is no option how to export a complete directory tree.

kyvaith commented 8 months ago

Hi @picman! Is is something planned? Is it possible to have a SQL query or any "backend" way from you to export such a list?

picman commented 8 months ago

As a workaround you can use a filter, e.q. 'Title = any'. Then you will see a complete list of folders and documents in the given project and you can export it as CSV. image