NIHVIVO-646 Fixed problem of cursor:pointer not taking effect on drag-drop list in add author form.
NIHVIVO-742 Restored v1.0 datetime handling to educational background form.
This commit is contained in:
parent
93d8b6100a
commit
35a35daab8
4 changed files with 18 additions and 11 deletions
|
@ -10,7 +10,7 @@ foaf:Person - new or existing individual being linked to
|
|||
Data properties of Authorship:
|
||||
core:authorRank
|
||||
|
||||
Object properties (domain : range)
|
||||
Object properties (domain : range):
|
||||
|
||||
core:informationResourceInAuthorship (InformationResource : Authorship)
|
||||
core:linkedInformationResource (Authorship : InformationResource) - inverse of informationResourceInAuthorship
|
||||
|
@ -79,7 +79,7 @@ core:authorInAuthorship (Person : Authorship) - inverse of linkedAuthor
|
|||
|
||||
<%-- Unlike other custom forms, this form does not allow edits of existing authors, so there are no
|
||||
SPARQL queries for existing values. --%>
|
||||
<%-- RY Is this claim correct, or do we need them to retrieve an existing individual? --%>
|
||||
|
||||
<%-- Data properties --%>
|
||||
|
||||
<v:jsonset var="newPersonFirstNameAssertion">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue