Skip to content
Snippets Groups Projects
Commit 0600cda4 authored by srosse's avatar srosse
Browse files

OO-990: fix lifecycle admin

parent c0c23ad0
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<property name="order" value="7216" /> <property name="order" value="7216" />
<property name="actionController"> <property name="actionController">
<bean class="org.olat.core.gui.control.creator.FactoryControllerCreator" scope="prototype"> <bean class="org.olat.core.gui.control.creator.FactoryControllerCreator" scope="prototype">
<property name="factoryName" value="org.olat.repository.RepositoyUIFactory"/> <property name="factoryName" value="org.olat.repository.ui.RepositoyUIFactory"/>
<property name="factoryMethod" value="createLifecylceAdminController"/> <property name="factoryMethod" value="createLifecylceAdminController"/>
</bean> </bean>
</property> </property>
......
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