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:
parent
8e82c65ec4
commit
e1cedc156d
3 changed files with 21 additions and 5 deletions
|
@ -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 ) );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue