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 (bbb-web): Null pointer exception when parent meeting does not exist #19153

Merged

Conversation

Scroody
Copy link
Collaborator

@Scroody Scroody commented Nov 16, 2023

What does this PR do?

Performs a check when creating a breakout room through the API to see if the parent meeting exists.

Motivation

Currently no check is done to see if the meeting corresponding to the provided parentMeetingID actually exists which can lead to an error.

As mentioned on the original PR by @paultrudel - #18986

@ramonlsouza ramonlsouza added this to the Release 3.0 milestone Nov 16, 2023
Copy link

sonarcloud bot commented Nov 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

Automated tests Summary

All the CI tests have passed!

@gustavotrott gustavotrott merged commit 1f14f9a into bigbluebutton:v3.0.x-release Nov 16, 2023
26 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.

None yet

4 participants