-
Notifications
You must be signed in to change notification settings - Fork 265
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(xo-server/resource-set): fix error when changing VM resource set #7144
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pdonias
requested changes
Oct 31, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message: the package is xo-server
, not xo-web
:
fix(xo-server/resource-set): fix error when changing VM resource set
julien-f
reviewed
Oct 31, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- this is not an xo-web but an xo-server fix
- missing changelog entry
- please explain the bug and how this change fixes it
MelissaFrncJrg
changed the title
fix(xo-web/resourceSets): adding VM in resource set displayed error even when succeeded
ix(xo-web/resource-set): fix error when changing VM resource set
Oct 31, 2023
MelissaFrncJrg
changed the title
ix(xo-web/resource-set): fix error when changing VM resource set
fix(xo-web/resource-set): fix error when changing VM resource set
Oct 31, 2023
MelissaFrncJrg
force-pushed
the
errorDisplayBugfix
branch
from
November 2, 2023 13:00
11d3517
to
86b86c5
Compare
pdonias
changed the title
fix(xo-web/resource-set): fix error when changing VM resource set
fix(xo-server/resource-set): fix error when changing VM resource set
Nov 13, 2023
julien-f
reviewed
Nov 13, 2023
julien-f
reviewed
Nov 13, 2023
julien-f
reviewed
Nov 15, 2023
julien-f
force-pushed
the
errorDisplayBugfix
branch
from
November 20, 2023 09:05
300d760
to
e851ec3
Compare
julien-f
reviewed
Nov 20, 2023
julien-f
force-pushed
the
errorDisplayBugfix
branch
from
November 20, 2023 09:35
77a7196
to
3770631
Compare
pdonias
requested changes
Nov 20, 2023
Co-authored-by: Pierre Donias <[email protected]>
pdonias
approved these changes
Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixed error displayed after successful VM addition to resource set:
value of "resourceSetId" was not properly retrieved with setData on setVmResourceSet method, so we used the barrier object to ensure that all preceding asynchronous operations are completed before proceeding to the next step.
Checklist
Fixes #007
,See xoa-support#42
,See https://...
)Introduced by
CHANGELOG.unreleased.md