NIHVIVO-2574 Remove startYear, endYear as literals on forms to prevent errors in EditSubmission

This commit is contained in:
ryounes 2011-04-26 22:05:46 +00:00
parent 11f08fee02
commit 40fa231536
2 changed files with 2 additions and 2 deletions

View file

@ -317,7 +317,7 @@ request.setAttribute("typeQuery", getActivityTypeQuery(vreq));
"urisInScope" : { "inverseRolePredicate" : "${inversePredicate}" },
"literalsInScope": { },
"urisOnForm" : [ "roleActivity", "roleActivityType" ],
"literalsOnForm" : [ "activityLabel", "roleLabel", "startYear", "endYear" ],
"literalsOnForm" : [ "activityLabel", "roleLabel" ],
"filesOnForm" : [ ],
"sparqlForLiterals" : { },
"sparqlForUris" : { },

View file

@ -197,7 +197,7 @@
"urisInScope" : { },
"literalsInScope": { },
"urisOnForm" : [ "personUri", "positionType" ],
"literalsOnForm" : [ "title", "startYear", "endYear" ],
"literalsOnForm" : [ "title" ],
"filesOnForm" : [ ],
"sparqlForLiterals" : { },
"sparqlForUris" : { },