mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Refactored links management UI following link validation service API changes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6024 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -136,4 +136,5 @@ copy-to-web-project.description=This will copy the matched item to a folder in a
|
||||
avm-link-validation.title=Performs a link validation check.
|
||||
avm-link-validation.description=Performs a link validation check.
|
||||
avm-link-validation.monitor.display-label=The status object used to determine progress
|
||||
avm-link-validation.compare-to-staging.display-label=Determines whether the link check should use the corresponding staging area for comparison
|
||||
|
||||
|
@@ -59,6 +59,8 @@ wcmwf_workflowmodel.property.wcmwf_launchDate.title=Launch Date
|
||||
wcmwf_workflowmodel.property.wcmwf_launchDate.description=Date the content in the submission should be committed
|
||||
wcmwf_workflowmodel.property.wcmwf_validateLinks.title=Validate Links
|
||||
wcmwf_workflowmodel.property.wcmwf_validateLinks.description=Whether links should be verified before entering the review cycle
|
||||
wcmwf_workflowmodel.property.wcmwf_webapp.title=Webapp
|
||||
wcmwf_workflowmodel.property.wcmwf_webapp.description=The webapp within the workflow store to check links for
|
||||
wcmwf_workflowmodel.property.wcmwf_reviewerCnt.title=Total Reviewed
|
||||
wcmwf_workflowmodel.property.wcmwf_reviewerCnt.description=Count of people who reviewed
|
||||
wcmwf_workflowmodel.property.wcmwf_approveCnt.title=Total Approved
|
||||
|
@@ -228,6 +228,11 @@
|
||||
<description>Determines whether links should be verified before entering the review cycle</description>
|
||||
<type>d:boolean</type>
|
||||
</property>
|
||||
<property name="wcmwf:webapp">
|
||||
<title>Webapp</title>
|
||||
<description>The webapp within the workflow store to check links for</description>
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
||||
|
Reference in New Issue
Block a user