NIHVIVO-2746 Adjust role descriptors on role forms
This commit is contained in:
parent
c769682b83
commit
6ba6009341
13 changed files with 64 additions and 46 deletions
|
@ -456,7 +456,7 @@ var customForm = {
|
|||
getTypeNameForLabels: function() {
|
||||
// If this.acType is empty, we are either in a one-step form with no type yet selected,
|
||||
// or in repair mode in a two-step form with no type selected. Use the default type
|
||||
// name specified in the form data (this.typeName is 'Select one').
|
||||
// name specified in the form data.
|
||||
return this.acType ? this.typeName : this.capitalize(this.defaultTypeName);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue