mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Viewing the links management report from the manage verify task dialog should set the compareToStaging flag to true so when the report is re-run or updated the correct action is taken
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6241 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -126,6 +126,7 @@ public class ManageVerifyBrokenLinksTaskDialog extends ManageTaskDialog
|
||||
Map<String, String> params = new HashMap<String, String>(1);
|
||||
params.put("store", this.store);
|
||||
params.put("webapp", this.webapp);
|
||||
params.put("compareToStaging", "true");
|
||||
Application.getDialogManager().setupParameters(params);
|
||||
|
||||
return "dialog:linkValidation";
|
||||
|
Reference in New Issue
Block a user