NIHVIVO-291 Added validator to position type to fix position-type related bugs
This commit is contained in:
parent
d264552364
commit
2fd8efcbca
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
||||||
},
|
},
|
||||||
"positionType" : {
|
"positionType" : {
|
||||||
"newResource" : "false",
|
"newResource" : "false",
|
||||||
"validators" : [ ],
|
"validators" : [ "nonempty" ],
|
||||||
"optionsType" : "CHILD_VCLASSES_WITH_PARENT",
|
"optionsType" : "CHILD_VCLASSES_WITH_PARENT",
|
||||||
"literalOptions" : [ "Select one" ],
|
"literalOptions" : [ "Select one" ],
|
||||||
"predicateUri" : "",
|
"predicateUri" : "",
|
||||||
|
|
Loading…
Add table
Reference in a new issue