Skip to content

Conversation

@KashKondaka
Copy link
Contributor

Description

After acknowledging an alert in the flyout, it doesn't update status of that alert as acknowledged unless you renter flyout or reload the page. We updated helpers.js so function returns a single awaitable promise. We then updated the alerts dashboard to wait for acknowledgeAlerts() to complete before getting alerts. This essentially fixed the problem, but there is now aredundant Promise.all() wrapper that we remove from Dashboard.js since our helpers.js change does that.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@AWSHurneyt
Copy link
Collaborator

Approved assuming checks pass.

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.

3 participants