mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Added constraint title translations for RM-183
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@55827 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<!-- Note: intentionally empty list of values - allowed values can be added/updated dynamically -->
|
||||
<constraint name="rmc:smList" type="org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint">
|
||||
<title>Supplemental Markings</title>
|
||||
<title>listconstraint.rmc_smList.title</title>
|
||||
<parameter name="allowedValues">
|
||||
<list>
|
||||
</list>
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<!-- Note: intentionally empty list of values - allowed values can be added/updated dynamically -->
|
||||
<constraint name="rmc:tlList" type="org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint">
|
||||
<title>Transfer Locations</title>
|
||||
<title>listconstraint.rmc_tlList.title</title>
|
||||
<parameter name="allowedValues">
|
||||
<list>
|
||||
</list>
|
||||
|
@@ -277,3 +277,5 @@ rma_recordsmanagement.property.rma_publishInProgress.description=Indicates wheth
|
||||
rma_recordsmanagement.aspect.dod_ghosted.title=Ghosted Record
|
||||
rma_recordsmanagement.aspect.dod_ghosted.description=Ghosted Record
|
||||
|
||||
listconstraint.rmc_tlList.title=Transfer Locations
|
||||
listconstraint.rmc_smList.title=Supplemental Markings
|
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"url" : "${url.serviceContext + "/api/rma/admin/rmconstraints/" + constraint.name}",
|
||||
"constraintName" : "${constraint.name}",
|
||||
"constraintTitle" : "${constraint.title}"
|
||||
"constraintTitle" : "${msg(constraint.title)}"
|
||||
}
|
||||
</#escape>
|
||||
</#macro>
|
||||
|
Reference in New Issue
Block a user