Skip to content

Commit

Permalink
feat: Remove useless administration pages and navigations - EXO-67268 -
Browse files Browse the repository at this point in the history
  • Loading branch information
azayati authored and exo-swf committed Nov 6, 2023
1 parent eed0a45 commit a2ab565
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 121 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,6 @@
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd http://www.exoplatform.org/xml/ns/kernel_1_3.xsd" xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd">
<external-component-plugins>
<target-component>org.exoplatform.portal.config.UserPortalConfigService</target-component>
<component-plugin>
<name>new.portal.config.user.listener</name>
<set-method>initListener</set-method>
<type>org.exoplatform.portal.config.NewPortalConfigListener</type>
<description>This listener creates Kudos Administration Page</description>
<init-params>
<value-param>
<name>override</name>
<value>true</value>
</value-param>
<object-param>
<name>group.configuration</name>
<description>description</description>
<object type="org.exoplatform.portal.config.NewPortalConfig">
<field name="ownerType">
<string>group</string>
</field>
<field name="override">
<boolean>${exo.kudos.portalConfig.metadata.override:true}</boolean>
</field>
<field name="importMode">
<string>${exo.kudos.portalConfig.metadata.importmode:merge}</string>
</field>
<field name="predefinedOwner">
<collection type="java.util.HashSet">
<value>
<string>/platform/rewarding</string>
</value>
</collection>
</field>
<field name="location">
<string>war:/conf/kudos/portal</string>
</field>
</object>
</object-param>
</init-params>
</component-plugin>
<component-plugin>
<name>new.portal.config.user.listener</name>
<set-method>initListener</set-method>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a2ab565

Please sign in to comment.