enabling autocomplete selection when editing an existing relationship with uri to work correctly, specifically in the context of subject areas for the person has advising relationship form

This commit is contained in:
hjkhjk54 2012-03-08 22:41:48 +00:00
parent 8e82c65ec4
commit e1cedc156d
3 changed files with 21 additions and 5 deletions

View file

@ -72,8 +72,7 @@ public class PersonHasAdvisingRelationshipGenerator extends VivoBaseGenerator im
degreeAssertion,
firstNameAssertion,
lastNameAssertion,
n3ForSubjAreaAssertion,
subjAreaLabelAssertion,
n3ForSubjAreaAssertion + "\n" + subjAreaLabelAssertion, //putting these statements together to prevent an empty label from generating a new URI
n3ForStart,
n3ForEnd ) );