feat(xo-web/backup/new): enable created schedules by default (#5280)

See xoa-support#2921
This commit is contained in:
badrAZ 2020-10-07 10:36:10 +02:00 committed by GitHub
parent 1990bf3d7a
commit 0b8a7c0d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- [Host/Advanced] Add the field `IOMMU` if it is defined (PR [#5294](https://github.com/vatesfr/xen-orchestra/pull/5294))
- [Backup logs/report] Hide merge task when no merge is done (PR [#5263](https://github.com/vatesfr/xen-orchestra/pull/5263))
- [New backup] Enable created schedules by default (PR [#5280](https://github.com/vatesfr/xen-orchestra/pull/5280))
### Bug fixes

View File

@ -595,6 +595,7 @@ const New = decorate([
{
copyRetention,
cron,
enabled = true,
exportRetention,
id,
name,
@ -607,6 +608,7 @@ const New = decorate([
[id]: {
...schedules[id],
cron,
enabled,
id,
name,
timezone,