SenseNet / sn-io

Import and export features and tools for the sensenet repository.
GNU General Public License v2.0
0 stars 0 forks source link

Preview folders cannot be exported correctly to the file system #17

Closed tusmester closed 2 years ago

tusmester commented 2 years ago

When content items are written to the file system, preview folders under files cannot be written correctly because the writer tries to create folder with the same name as the file.

Short-term solution: skip preview folder in the reader algorithm. Long-term solution: the writer should add a .Children postfix to these folders.