Modified date of a Folder when upload a document

Hello, when i upload a document into a folder the “modified date” of the folder doesn't change! … Is there any parameter to configure this?

Thanks in advance.

0 votes

1 answers

1506 views

ANSWER



No, that's not part of the storage model or semantics of the default Nuxeo platform. If you want this, you'll need to write a listener that reacts to creation/deletion events and updates the date in the parent (and mayble all its ancestors if that's what you want).

0 votes