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

OO-2902: remove duplicate extensions for the chat user tool

parent fff70a1a
No related branches found
No related tags found
No related merge requests found
...@@ -30,19 +30,6 @@ ...@@ -30,19 +30,6 @@
</bean> </bean>
<!-- The "orders" (Buchungen) in Home --> <!-- The "orders" (Buchungen) in Home -->
<bean class="org.olat.instantMessaging.InstantMessagingUserToolExtension" init-method="initExtensionPoints">
<property name="order" value="118" />
<property name="navigationKey" value="imclient" />
<property name="translationPackage" value="org.olat.instantMessaging.ui" />
<property name="i18nActionKey" value="im.chat"/>
<property name="i18nDescriptionKey" value="im.chat"/>
<property name="extensionPoints">
<list>
<value>org.olat.home.HomeMainController</value>
</list>
</property>
</bean>
<bean class="org.olat.resource.accesscontrol.ui.HomeOrdersActionExtension" name="accesscontrol.actExt" init-method="initExtensionPoints"> <bean class="org.olat.resource.accesscontrol.ui.HomeOrdersActionExtension" name="accesscontrol.actExt" init-method="initExtensionPoints">
<constructor-arg index="0" ref="acModule" /> <constructor-arg index="0" ref="acModule" />
<property name="order" value="109" /> <property name="order" value="109" />
......
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