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 #18986

Merged

Conversation

paultrudel
Copy link
Collaborator

@paultrudel paultrudel commented Oct 19, 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.

@antobinary antobinary added this to the Release 2.7 milestone Oct 19, 2023
@antobinary
Copy link
Member

Follow up from #18975

Copy link
Collaborator

@gustavotrott gustavotrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's follow the pattern used to read other params.

paultrudel and others added 2 commits October 20, 2023 08:27
…/controllers/ApiController.groovy

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
…/controllers/ApiController.groovy

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
@sonarcloud
Copy link

sonarcloud bot commented Oct 20, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@github-actions
Copy link

Automated tests Summary

🚨 Test workflow has failed


Click here to check the action test reports

@gustavotrott gustavotrott changed the title fix: Null pointer exception when parent meeting does not exist fix (bbb-web): Null pointer exception when parent meeting does not exist Oct 20, 2023
@gustavotrott gustavotrott merged commit 730803c into bigbluebutton:v2.7.x-release Oct 20, 2023
24 of 25 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

3 participants