NIHVIVO-2574 Remove startYear, endYear as literals on forms to prevent errors in EditSubmission
This commit is contained in:
parent
11f08fee02
commit
40fa231536
2 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ request.setAttribute("typeQuery", getActivityTypeQuery(vreq));
|
||||||
"urisInScope" : { "inverseRolePredicate" : "${inversePredicate}" },
|
"urisInScope" : { "inverseRolePredicate" : "${inversePredicate}" },
|
||||||
"literalsInScope": { },
|
"literalsInScope": { },
|
||||||
"urisOnForm" : [ "roleActivity", "roleActivityType" ],
|
"urisOnForm" : [ "roleActivity", "roleActivityType" ],
|
||||||
"literalsOnForm" : [ "activityLabel", "roleLabel", "startYear", "endYear" ],
|
"literalsOnForm" : [ "activityLabel", "roleLabel" ],
|
||||||
"filesOnForm" : [ ],
|
"filesOnForm" : [ ],
|
||||||
"sparqlForLiterals" : { },
|
"sparqlForLiterals" : { },
|
||||||
"sparqlForUris" : { },
|
"sparqlForUris" : { },
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
"urisInScope" : { },
|
"urisInScope" : { },
|
||||||
"literalsInScope": { },
|
"literalsInScope": { },
|
||||||
"urisOnForm" : [ "personUri", "positionType" ],
|
"urisOnForm" : [ "personUri", "positionType" ],
|
||||||
"literalsOnForm" : [ "title", "startYear", "endYear" ],
|
"literalsOnForm" : [ "title" ],
|
||||||
"filesOnForm" : [ ],
|
"filesOnForm" : [ ],
|
||||||
"sparqlForLiterals" : { },
|
"sparqlForLiterals" : { },
|
||||||
"sparqlForUris" : { },
|
"sparqlForUris" : { },
|
||||||
|
|
Loading…
Add table
Reference in a new issue