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

1.5.7 Release #254

Merged
merged 3 commits into from
May 22, 2023
Merged

1.5.7 Release #254

merged 3 commits into from
May 22, 2023

Conversation

andybroomfield
Copy link
Contributor

Add the config import fix

Fix #251

During config sync operations, if creating a new alert banner type the
visibility field will try to be created, even though that is
part of config.

This checks if the isSyncing flag is set and skips over the
postSave actions as we assume they are part of the config
being imported.
…ent banners

During import, and in times where the type_of_alert field has been deleted, the
getCurrentBanners method will try to perform an entity query, but it needs to
check the field is present before adding a sort.
Skip alert type postsave during config sync and skip type of alert in block if not present
@andybroomfield
Copy link
Contributor Author

As this is a release PR it can be merged ok.

1 similar comment
@andybroomfield
Copy link
Contributor Author

As this is a release PR it can be merged ok.

@andybroomfield andybroomfield merged commit 7e88fc6 into release-1.x May 22, 2023
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.

1 participant