fix(xo-server/backupNg.{create,edit}Job): check srs param
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user