Resolve ALF-5261: It is impossible to view local and remote reports for successfully run job

- regression after ActionTrackingServiceImpl refactoring of action status persistence

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23230 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2010-10-22 14:58:19 +00:00
parent ada7e349d6
commit 0789dd7f76

View File

@@ -298,6 +298,7 @@ public class ReplicationActionExecutor extends ActionExecuterAbstractBase {
// Record details of the transfer reports (in success case) // Record details of the transfer reports (in success case)
replicationDef.setLocalTransferReport(endEvent.getSourceReport()); replicationDef.setLocalTransferReport(endEvent.getSourceReport());
replicationDef.setRemoteTransferReport(endEvent.getDestinationReport()); replicationDef.setRemoteTransferReport(endEvent.getDestinationReport());
replicationDefinitionPersister.saveReplicationDefinition(replicationDef);
} }
catch(Exception e) catch(Exception e)
{ {