Skip to content
Snippets Groups Projects
Commit 7ba5840d authored by uhensler's avatar uhensler
Browse files

OO-4630: Course node "Assignment of dates" is deprecated

parent 4ee05a1f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@
<bean id="den" class="de.bps.course.nodes.den.DENCourseNodeConfiguration" scope="prototype">
<property name="enabled" value="${course.node.dateenrollment.enabled}" />
<property name="order" value="230" />
<property name="deprecated" value="true" />
<property name="alternativeCourseNodes">
<list>
<value>appointments</value>
</list>
</property>
</bean>
</beans>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment