mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for timestamp propagation during store move events
- Timestamps don't propagate during store move because the source node is always deleted and therefore disappears - Fixed ALF-10201: Test disabled: ChannelServiceImplIntegratedTest git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30284 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1189,7 +1189,7 @@ public abstract class AbstractNodeDAOImpl implements NodeDAO, BatchingDAO
|
|||||||
childNodeUpdate.setUpdateDeleted(true);
|
childNodeUpdate.setUpdateDeleted(true);
|
||||||
// Update the entity.
|
// Update the entity.
|
||||||
// Note: We don't use delete here because that will attempt to clean everything up again.
|
// Note: We don't use delete here because that will attempt to clean everything up again.
|
||||||
updateNodeImpl(childNode, childNodeUpdate, true);
|
updateNodeImpl(childNode, childNodeUpdate, false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user