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 duplicate request in group add - Bug fix #1189

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

gigacodedev
Copy link
Contributor

Bug Details

In the Invoke-AddGroup function, the series of if/else statements to determine the type of group to add has a duplicate ExoRequest if the group is of type Distribution or Dynamic Distribution. The group will create, but the $GraphRequest variable will then be overwritten with the failure to create due to duplicate error from the second ExoRequest, and return an error to the front end

Fix Details

As the inner if/else statements to determine the distribution group type contain an existing ExoRequest function, remove the extra request.

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