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:
Gavin Cornwell
2007-07-13 11:55:06 +00:00
parent 2884fce276
commit ce866a5cd9

View File

@@ -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";