NIHVIVO-646 Add new person as author in add authors to publication form
This commit is contained in:
parent
bd39967cc9
commit
2ba250717c
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ var addAuthorForm = {
|
||||||
this.submit.click(function() {
|
this.submit.click(function() {
|
||||||
addAuthorForm.prepareFieldValuesForSubmit();
|
addAuthorForm.prepareFieldValuesForSubmit();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.lastNameField.blur(function() {
|
||||||
|
addAuthorForm.firstNameWrapper.show();
|
||||||
|
addAuthorForm.middleNameWrapper.show();
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
// This view shows the list of existing authors and hides the form.
|
// This view shows the list of existing authors and hides the form.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue