allow adding gid options when create new task via command api
This commit is contained in:
parent
d22d61c420
commit
dac0f29255
|
@ -17,6 +17,11 @@
|
||||||
// [max: 0,] //SUPPORT 'integer', 'float'
|
// [max: 0,] //SUPPORT 'integer', 'float'
|
||||||
// [pattern: '']
|
// [pattern: '']
|
||||||
// }
|
// }
|
||||||
|
'gid': {
|
||||||
|
type: 'string',
|
||||||
|
readonly: true,
|
||||||
|
required: true
|
||||||
|
},
|
||||||
'dir': {
|
'dir': {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
required: true
|
required: true
|
||||||
|
|
Reference in a new issue