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(xo-web/new/network): correct type for vlan #6829

Merged
merged 1 commit into from
May 12, 2023

Conversation

julien-f
Copy link
Member

@julien-f julien-f commented May 12, 2023

Description

BREAKING CHANGE: API method network.create no longer accepts a string for vlan param.

Fixes https://xcp-ng.org/forum/post/62090

Either number or undefined, not an empty string.

Checklist

  • Commit
    • Title follows commit conventions
    • Reference the relevant issue (Fixes #007, See xoa-support#42, See https://...)
    • If bug fix, add Introduced by
  • Changelog
    • If visible by XOA users, add changelog entry
    • Update "Packages to release" in CHANGELOG.unreleased.md
  • PR
    • If UI changes, add screenshots
    • If not finished or not tested, open as Draft

@julien-f julien-f requested a review from pdonias May 12, 2023 07:38
BREAKING CHANGE: API method `network.create` no longer accepts a `string` for `vlan` param.

Fixes https://xcp-ng.org/forum/post/62090

Either `number` or `undefined`, not an empty string.
@julien-f julien-f marked this pull request as ready for review May 12, 2023 07:54
@julien-f julien-f requested a review from pdonias May 12, 2023 07:54
@pdonias pdonias requested a review from MathieuRA May 12, 2023 08:00
@julien-f julien-f merged commit 836db1b into master May 12, 2023
1 check failed
@julien-f julien-f deleted the fix-createNetwork-vlan branch May 12, 2023 08:37
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