User: admin added process model file misc/test/bug-tracker/enter-bug-details-uischema.json
This commit is contained in:
parent
7e3093ca1f
commit
8b1f247bcd
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"title": "Enter bug details",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string",
|
||||
"title": "Description"
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"title": "Status",
|
||||
"enum": [
|
||||
"New",
|
||||
" Developing",
|
||||
" Ready",
|
||||
" Done"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"ui:order": [
|
||||
"description",
|
||||
"status"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue