feat(xo-web/backup/new): enable created schedules by default (#5280)
See xoa-support#2921
This commit is contained in:
parent
1990bf3d7a
commit
0b8a7c0d09
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user