mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-2604 Unit tests for loading the caveat configuration JSON.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/caveatmarkdatatype@114111 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"id" : "classification",
|
||||
"displayLabel" : "rm.caveat.classification.group",
|
||||
"description" : "rm.caveat.classification.description",
|
||||
"type" : "HIERARCHICAL",
|
||||
"marks" :
|
||||
[
|
||||
{
|
||||
"id" : "TS",
|
||||
"displayLabel" : "rm.caveat.classification.mark.ts"
|
||||
},
|
||||
{
|
||||
"id" : "S",
|
||||
"displayLabel" : "rm.caveat.classification.mark.s"
|
||||
},
|
||||
{
|
||||
"id" : "C",
|
||||
"displayLabel" : "rm.caveat.classification.mark.c"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id" : "nationality",
|
||||
"displayLabel" : "rm.caveat.nationality.group",
|
||||
"description" : "rm.caveat.nationality.description",
|
||||
"type" : "CUMULATIVE_AVAILABILITY",
|
||||
"marks" :
|
||||
[
|
||||
{
|
||||
"id" : "GBR",
|
||||
"displayLabel" : "rm.caveat.nationality.mark.gbr"
|
||||
},
|
||||
{
|
||||
"id" : "CAN",
|
||||
"displayLabel" : "rm.caveat.nationality.mark.can"
|
||||
},
|
||||
{
|
||||
"id" : "AUS",
|
||||
"displayLabel" : "rm.caveat.nationality.mark.aus"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user