Skip to content

Commit

Permalink
fix: when upgrading for 6.5 to 7.0, mycraft dashboard page is erased. -
Browse files Browse the repository at this point in the history
EXO-76109

Before this fix, the upgrade plugin for page myteam update the portal navigation. This have effect to reload dashboard page, and override modifications done in UI in 6.5.5
This commit configure the UP to not update the navigation
  • Loading branch information
rdenarie committed Dec 19, 2024
1 parent 04236c3 commit 61943e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<boolean>true</boolean>
</field>
<field name="updateNavigation">
<boolean>true</boolean>
<boolean>false</boolean>
</field>
<field name="configPath">
<string>war:/conf/sites/</string>
Expand Down

0 comments on commit 61943e4

Please sign in to comment.