cancel
Showing results for 
Search instead for 
Did you mean: 

Timestamp Propagation

chris_0815
Champ in-the-making
Champ in-the-making
Hi,

To access the Alfresco Repository offline, I decided to synchronize content using webDAV (mapped to a drive letter).
I realized, that there is no timestamp propagation by default (thats why new content is not synchronized, as it is not recognized).

By setting
system.enableTimestampPropagation=true
and checking that folders should propagate the timestamp (contentModel.xml):
      <type name="cm:folder">
         <title>Folder</title>
         <parent>cm:cmobject</parent>
         <archive>true</archive>
         <associations>
            <child-association name="cm:contains">
               <source>
                  <mandatory>false</mandatory>
                  <many>true</many>
               </source>
               <target>
                  <class>sys:base</class>
                  <mandatory>false</mandatory>
                  <many>true</many>
               </target>
               <duplicate>false</duplicate>
               <propagateTimestamps>true</propagateTimestamps>
            </child-association>
         </associations>
      </type>
I expected that the propagation will be done, but unfortunately there is no effect.
Creating a subfolder or a subsubfolder or some files within these folders does not result in changing the "modification time" of any parent folders.

Am I missing some configuration or are these settings only valid by a complete "reinstallation" of alfresco?

I am using alfresco3.4.d community edition.

Thank you and regards,
Christian
1 REPLY 1

chris_0815
Champ in-the-making
Champ in-the-making
Hi,

Maybe somebody running community 3.4.d is able to reproduce this issue. Could somebody just please test this and let me know if I am the only one with this problem?

Thank you and best regards,
Christian