NIHVIVO-2279 in add/edit forms, change field name from "degreeUri" to "newProfileClassUri".
This commit is contained in:
parent
644e73b6ac
commit
7ab20aaeec
4 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@ var associateProfileFields = {
|
|||
// We want to associate a profile
|
||||
this.associationOptionsArea = $('#associationOptions');
|
||||
this.associateProfileNameField = $('#associateProfileName');
|
||||
this.newProfileClassSelector = $('#degreeUri');
|
||||
this.newProfileClassSelector = $('#newProfileClassUri');
|
||||
|
||||
// Container <div> elements to provide background shading -- tlw72
|
||||
this.associateProfileBackgroundOneArea = $('#associateProfileBackgroundOne');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue