fix(xo-server/backupNg.{create,edit}Job): check srs param

This commit is contained in:
Julien Fontanet 2018-04-16 17:15:35 +02:00
parent 1d493e411b
commit 2714ccff38

View File

@ -27,6 +27,10 @@ createJob.params = {
settings: {
type: 'object',
},
srs: {
type: 'object',
optional: true,
},
vms: {
type: 'object',
},
@ -81,6 +85,10 @@ editJob.params = {
type: 'object',
optional: true,
},
srs: {
type: 'object',
optional: true,
},
vms: {
type: 'object',
optional: true,