collective / collective.documentviewer

https://pypi.org/project/collective.documentviewer
21 stars 22 forks source link

Conversion changes modification date #64

Open csenger opened 7 years ago

csenger commented 7 years ago

The conversion uses reindexObject() without specifying idxs and the modification date is updated. This is usually not a problem as the conversion will happen shortly after a change to the file.

In our case we migrate years of content and all files get the current date. I think it would be sensible to change the reindexObject-call so the modification date will not change.