NIHVIVO-1678 Now that all classes are returned (even empties), we cannot blindly select the first class as the default one to browse.
This commit is contained in:
parent
e69d78e05e
commit
bdfca9c730
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ var browseByVClass = {
|
|||
|
||||
// Load individuals for default class as specified by menupage template
|
||||
defaultVClass: function() {
|
||||
if ( this.defaultBrowseVClassURI != "false" ) {
|
||||
this.getIndividuals(this.defaultBrowseVClassUri);
|
||||
}
|
||||
},
|
||||
|
||||
getIndividuals: function(vclassUri, alpha) {
|
||||
|
|
Loading…
Add table
Reference in a new issue