Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #26322: When several plugins are using the same menu, only the last one is displayed #6165

Conversation

VinceMacBuche
Copy link
Member

@VinceMacBuche VinceMacBuche commented Feb 6, 2025

https://issues.rudder.io/issues/26322

If two plugins are setting the same menu, data that were already set are replaced because we are resetting the menu with the one from the new plugin

@VinceMacBuche VinceMacBuche requested a review from fanf February 6, 2025 16:09
Copy link
Member

@fanf fanf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, so the problem I used to have is that if the plugin is not make at least one time, it's not found in the map of plugins because the plugin ID is not present in the build metadata file. But we don't need late checking.

Can you please remove the comment above the change ? It tells the opposite of what is done.

@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the bug_26322/when_several_plugins_are_using_the_same_menu_only_the_last_one_is_displayed branch from ac1d398 to 5c3a22f Compare February 7, 2025 13:27
@fanf fanf force-pushed the bug_26322/when_several_plugins_are_using_the_same_menu_only_the_last_one_is_displayed branch from 5c3a22f to e0df649 Compare February 7, 2025 14:25
@fanf
Copy link
Member

fanf commented Feb 7, 2025

OK, merging this PR

@fanf fanf merged commit 92e076c into Normation:branches/rudder/8.3 Feb 7, 2025
12 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants