mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user