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

Fix missing mod info tab alerts #3649

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

HebaruSan
Copy link
Member

Background

The <!> alerts from #3271 are supposed to call user attention to the reason that an incompatible mod is incompatible; if the mod itself is incompatible, the Versions tab shows an alert, and if it's a problem with a relationship, the Relationships tab shows an alert:

image

Problem

In the current build (not released yet), these alerts don't appear unless you click the Metadata tab.

Causes

UpdateModInfo was a hybrid of general and tab-specific updates that #3638 tried to split into separate pieces, and these alerts anded up associated with the metadata tab instead of the general update where they belong.

Changes

Now the tab alerts are updated along with the header info, so they are always visible.

@HebaruSan HebaruSan added Bug Something is not working as intended Easy This is easy to fix GUI Issues affecting the interactive GUI Pull request labels Aug 29, 2022
@HebaruSan
Copy link
Member Author

Really just submitted this for documentation; I'm going to self-review and merge, since it's small and should have been included in #3638...

@HebaruSan HebaruSan merged commit e12cbfd into KSP-CKAN:master Aug 29, 2022
@HebaruSan HebaruSan deleted the fix/gui-incompat-alert branch August 29, 2022 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is not working as intended Easy This is easy to fix GUI Issues affecting the interactive GUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant