This checkin does two things:

1. Refines the semantics of ghost creation, so that they only appear when
warranted.
2. Implements a mechanism for filtering out files which should not appear in comparison
results or be pushed along by updates.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4525 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-12-05 22:26:02 +00:00
parent ae4d6a0fd2
commit f5f4a867f7
4 changed files with 8 additions and 5 deletions

View File

@@ -222,7 +222,7 @@ public class CreateWebContentWizard extends BaseContentWizard
AVMConstants.STORE_MAIN),
AVMDifference.NEWER));
}
this.avmSyncService.update(diffList, true, true, true, true, null, null);
this.avmSyncService.update(diffList, null, true, true, true, true, null, null);
if (this.startWorkflow)
{