mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
RM-1101 (Label is missing for Supplemental Markings/Transfer Locations list on Edit list page)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.1@63267 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"url" : "${url.serviceContext + "/api/rma/admin/rmconstraints/" + constraint.name}",
|
||||
"constraintName" : "${constraint.name}",
|
||||
"caseSensitive" : "${constraint.caseSensitive?string("true", "false")}",
|
||||
"constraintTitle" : "${constraint.title}",
|
||||
"constraintTitle" : "${msg(constraint.title)}",
|
||||
"values" : [
|
||||
<#list constraint.values as value>
|
||||
{
|
||||
|
Reference in New Issue
Block a user