RM-2614 Fix typo in name of classification level property.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/caveatmarkdatatype@115519 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tom Page
2015-10-29 10:20:51 +00:00
parent 2116261594
commit f7153d0e66
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@
<bean id="caveatDAOFromJSON" class="org.alfresco.module.org_alfresco_module_rm.caveat.dao.CaveatDAOFromJSON"> <bean id="caveatDAOFromJSON" class="org.alfresco.module.org_alfresco_module_rm.caveat.dao.CaveatDAOFromJSON">
<property name="configLocation" value="${rm.caveat.configFile}" /> <property name="configLocation" value="${rm.caveat.configFile}" />
<property name="namespaceService" ref="namespaceService" /> <property name="namespaceService" ref="namespaceService" />
<property name="dictionaryService" ref="dictionaryService" /> <property name="dictionaryService" ref="dictionaryService" />
</bean> </bean>
<bean id="caveatDAO" class="org.alfresco.module.org_alfresco_module_rm.caveat.dao.CaveatDAOCache"> <bean id="caveatDAO" class="org.alfresco.module.org_alfresco_module_rm.caveat.dao.CaveatDAOCache">
@@ -32,7 +32,7 @@
<constructor-arg ref="attributeService"/> <constructor-arg ref="attributeService"/>
<constructor-arg ref="caveatDAO"/> <constructor-arg ref="caveatDAO"/>
</bean> </bean>
<bean id="caveatSchemeService" <bean id="caveatSchemeService"
class="org.alfresco.module.org_alfresco_module_rm.caveat.scheme.CaveatSchemeServiceImpl" class="org.alfresco.module.org_alfresco_module_rm.caveat.scheme.CaveatSchemeServiceImpl"
parent="baseService"> parent="baseService">

View File

@@ -6,7 +6,7 @@
"type" : "HIERARCHICAL", "type" : "HIERARCHICAL",
"model" : "model" :
{ {
"property" : "clf:classification" "property" : "clf:currentClassification"
}, },
"marks" : "marks" :
[ [