- Added (beta) to Check Links label

- Check Links option is now turned off by default in submit dialog

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-06-29 09:03:42 +00:00
parent 7eaaf196cb
commit e8bc16a606
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ public class SubmitDialog extends BaseDialogBean
private String[] workflowSelectedValue;
private boolean enteringExpireDate = false;
private boolean startedFromWorkflow = false;
private boolean validateLinks = true;
private boolean validateLinks = false;
private Date defaultExpireDate;
private Date launchDate;
@@ -210,7 +210,7 @@ public class SubmitDialog extends BaseDialogBean
this.defaultExpireDate = new Date();
this.workflowSelectedValue = null;
this.launchDate = null;
this.validateLinks = true;
this.validateLinks = false;
this.workflowParams = null;
this.sandboxInfo = null;
this.virtUpdatePath = null;