fix(xo-web/VM import): make description optional (#5258)

This commit is contained in:
Nicolas Raynaud 2020-09-11 08:45:10 +02:00 committed by GitHub
parent 5be5eb80e8
commit 1d4f5d068a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,8 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it” > Users must be able to say: “Nice enhancement, I'm eager to test it”
- [VM Import] Make the `Description` field optional (PR [#5258](https://github.com/vatesfr/xen-orchestra/pull/5258))
### Bug fixes ### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed” > Users must be able to say: “I had this issue, happy to know it's fixed”
@ -27,3 +29,5 @@
> - major: if the change breaks compatibility > - major: if the change breaks compatibility
> >
> In case of conflict, the highest (lowest in previous list) `$version` wins. > In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-web patch

View File

@ -133,7 +133,6 @@ class VmData extends Component {
ref='descriptionLabel' ref='descriptionLabel'
defaultValue={descriptionLabel} defaultValue={descriptionLabel}
type='text' type='text'
required
/> />
</div> </div>
</Col> </Col>