fix(xo-web/VM import): make description optional (#5258)
This commit is contained in:
parent
5be5eb80e8
commit
1d4f5d068a
@ -7,6 +7,8 @@
|
||||
|
||||
> 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
|
||||
|
||||
> 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
|
||||
>
|
||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
||||
|
||||
- xo-web patch
|
||||
|
@ -133,7 +133,6 @@ class VmData extends Component {
|
||||
ref='descriptionLabel'
|
||||
defaultValue={descriptionLabel}
|
||||
type='text'
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</Col>
|
||||
|
Loading…
Reference in New Issue
Block a user