Skip to content

Commit

Permalink
fix : Error on upgrade plugin on startup - EXO-74356
Browse files Browse the repository at this point in the history
Before this fix, there is an error during startup on upgrade plugin due to error on package name
This commit ensure to use the correct package name and rename the plugin configuration to not have a duplicated declaration
  • Loading branch information
rdenarie committed Sep 23, 2024
1 parent c0599d0 commit 3db30c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
</init-params>
</component-plugin>
<component-plugin>
<name>SpaceNavigationIconMigration</name>
<name>ExoSpaceNavigationIconMigration</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.core.upgrade.SpaceNavigationIconUpgradePlugin</type>
<type>io.meeds.social.upgrade.SpaceNavigationIconUpgradePlugin</type>
<description>Configure space node icons</description>
<init-params>
<value-param>
Expand Down

0 comments on commit 3db30c9

Please sign in to comment.