NIHVIVO-2963 Completed refactor of menupage.ftl to account for class intersection pages (i.e. only display internal individuals via intersection with institutional internal class). Removed unnecessary files.
This commit is contained in:
parent
ffad7bf702
commit
e1c19ba56e
4 changed files with 3 additions and 135 deletions
|
@ -73,9 +73,6 @@ var browseByVClass = {
|
|||
// Where all the magic happens -- gonna fetch me some individuals
|
||||
getIndividuals: function(vclassUri, alpha, page, scroll) {
|
||||
var url = this.dataServiceUrl + encodeURIComponent(vclassUri);
|
||||
if ( this.internalClassUri !== "undefined" ) {
|
||||
url += '&vclassId='+ this.internalClassUri +'&page=1';
|
||||
}
|
||||
if ( alpha && alpha != "all") {
|
||||
url += '&alpha=' + alpha;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue