fix(xo-server/job.set): accept userId

Fixes https://xcp-ng.org/forum/post/64668
This commit is contained in:
Julien Fontanet
2023-08-16 15:13:00 +02:00
parent 403d2c8e7b
commit 42aa202f7a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
- [Incremental Replication] Fix `TypeError: Cannot read properties of undefined (reading 'uuid') at #isAlreadyOnHealthCheckSr` [Forum#7492](https://xcp-ng.org/forum/topic/7492) (PR [#6969](https://github.com/vatesfr/xen-orchestra/pull/6969))
- [File Restore] Increase timeout from one to ten minutes when restoring through XO Proxy
- [Home/VMs] Filtering with a UUID will no longer show other VMs on the same host/pool
- [Jobs] Fixes `invalid parameters` when editing [Forum#64668](https://xcp-ng.org/forum/post/64668)
### Packages to release
+1
View File
@@ -90,6 +90,7 @@ set.params = {
},
optional: true,
},
userId: { type: 'string', optional: true },
},
},
}