mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
59048: ALF-13291 - Transfer target is still displayed in replication job despite of target was deleted build fix. fix incomplete. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62081 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -263,4 +263,16 @@ public class ReplicationDefinitionImpl extends ActionImpl implements Replication
|
||||
public boolean isSchedulingEnabled() {
|
||||
return (schedule != null);
|
||||
}
|
||||
|
||||
private boolean targetExists = false;
|
||||
|
||||
public boolean isTargetExists()
|
||||
{
|
||||
return targetExists;
|
||||
}
|
||||
public void setTargetExists(boolean targetExists)
|
||||
{
|
||||
this.targetExists = targetExists;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user