Skip to content

Commit 570c0f3

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-1817 Fixup validator from Metadata to Metadatagroup
1 parent 0ccf57b commit 570c0f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dspace/config/spring/api/cris-layout-tool-render-validation.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@
150150

151151
<bean id="cclicensefullRenderValidator" class="org.dspace.layout.script.service.impl.CrisLayoutToolRenderValidatorImpl">
152152
<property name="name" value="cclicensefull"/>
153-
<property name="fieldType" value="METADATA"/>
153+
<property name="fieldType" value="METADATAGROUP"/>
154154
<property name="subTypeValidationRule" value="NOT_ALLOWED"/>
155155
</bean>
156156

157157
<bean id="cclicensesmallRenderValidator" class="org.dspace.layout.script.service.impl.CrisLayoutToolRenderValidatorImpl">
158-
<property name="name" value="cclicensesmall"/>
159-
<property name="fieldType" value="METADATA"/>
158+
<property name="name" value="cclicense"/>
159+
<property name="fieldType" value="METADATAGROUP"/>
160160
<property name="subTypeValidationRule" value="NOT_ALLOWED"/>
161161
</bean>
162162
</beans>

0 commit comments

Comments
 (0)