Skip to content

Commit ae8340d

Browse files
Mattia Vianellivins01-4science
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-1817_fix (pull request DSpace#4853)
Task/dspace cris 2024 02 x/DSC-1817 fix Approved-by: Andrea Barbasso
2 parents 2957eac + 570c0f3 commit ae8340d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,17 @@
147147
<property name="fieldType" value="METADATA"/>
148148
<property name="subTypeValidationRule" value="NOT_ALLOWED"/>
149149
</bean>
150+
151+
<bean id="cclicensefullRenderValidator" class="org.dspace.layout.script.service.impl.CrisLayoutToolRenderValidatorImpl">
152+
<property name="name" value="cclicensefull"/>
153+
<property name="fieldType" value="METADATAGROUP"/>
154+
<property name="subTypeValidationRule" value="NOT_ALLOWED"/>
155+
</bean>
156+
157+
<bean id="cclicensesmallRenderValidator" class="org.dspace.layout.script.service.impl.CrisLayoutToolRenderValidatorImpl">
158+
<property name="name" value="cclicense"/>
159+
<property name="fieldType" value="METADATAGROUP"/>
160+
<property name="subTypeValidationRule" value="NOT_ALLOWED"/>
161+
</bean>
150162
</beans>
151163

0 commit comments

Comments
 (0)