NIHVIVO-1467 Major Field of Degree is no longer a required field
This commit is contained in:
parent
bba8d7fc1d
commit
c4ff1dacd8
1 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,7 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision)
|
||||||
"predicate" : ["predicate", "${predicateUriJson}" ],
|
"predicate" : ["predicate", "${predicateUriJson}" ],
|
||||||
"object" : ["edTraining", "${objectUriJson}", "URI" ],
|
"object" : ["edTraining", "${objectUriJson}", "URI" ],
|
||||||
|
|
||||||
"n3required" : [ "${n3ForNewEdTraining}", "${majorFieldAssertion}", "${orgLabelAssertion}", "${orgTypeAssertion}", "${dateTimeAssertions}" ],
|
"n3required" : [ "${n3ForNewEdTraining}", "${orgLabelAssertion}", "${orgTypeAssertion}", "${dateTimeAssertions}" ],
|
||||||
|
|
||||||
"n3optional" : [ "${n3ForEdTrainingToOrg}",
|
"n3optional" : [ "${n3ForEdTrainingToOrg}",
|
||||||
"${degreeAssertion}", "${deptAssertion}", "${infoAssertion}" ],
|
"${degreeAssertion}", "${deptAssertion}", "${infoAssertion}" ],
|
||||||
|
@ -251,7 +251,7 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision)
|
||||||
},
|
},
|
||||||
"majorField" : {
|
"majorField" : {
|
||||||
"newResource" : "false",
|
"newResource" : "false",
|
||||||
"validators" : [ "nonempty", "datatype:${stringDatatypeUriJson}" ],
|
"validators" : [ "datatype:${stringDatatypeUriJson}" ],
|
||||||
"optionsType" : "UNDEFINED",
|
"optionsType" : "UNDEFINED",
|
||||||
"literalOptions" : [ ],
|
"literalOptions" : [ ],
|
||||||
"predicateUri" : "",
|
"predicateUri" : "",
|
||||||
|
@ -403,7 +403,7 @@ This goes to an experimental FM based form:
|
||||||
|
|
||||||
<v:input type="select" label="Degree" id="degree" />
|
<v:input type="select" label="Degree" id="degree" />
|
||||||
|
|
||||||
<v:input type="text" label="Major Field of Degree ${requiredHint}" id="majorField" size="30" />
|
<v:input type="text" label="Major Field of Degree" id="majorField" size="30" />
|
||||||
|
|
||||||
<v:input id="dateTime" />
|
<v:input id="dateTime" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue