mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- 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:
@@ -1165,7 +1165,7 @@ change_expiration_date_title=Change Expiration Date
|
||||
change_expiration_date_desc=This dialog allows you to change the expiration date for a modified item.
|
||||
expired_content_for_review=Expired Content For Review
|
||||
link_validation=Link Validation
|
||||
check_links=Check Links
|
||||
check_links=Check Links (beta)
|
||||
check_links_info=If any broken links are found you will receive a task in your to do list to fix them.
|
||||
checking_links_progress=Generating links report, please wait...
|
||||
checking_links_status=Checked <span id='link-count'>0</span> links in <span id='file-count'>0</span> files.
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user