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

Disallow user from adding widgets if the WidgetService isn't started #3632

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

krschau
Copy link
Collaborator

@krschau krschau commented Aug 16, 2024

Summary of the pull request

If the WidgetService can't start, then we shouldn't let the user try to add widgets. Instead of checking a variable HasWidgetService, change it to HasWidgetServiceInitialized which only is true if actual calls to the WidgetService have succeeded.

Also fix the logging on some errors.

References and relevant issues

Mitigates #3594

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated

@krschau krschau merged commit a0d86b9 into main Aug 19, 2024
4 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.

3 participants