VIVO 888, and just a change to an if statement in the menumanagement file
This commit is contained in:
parent
ea98c15092
commit
456f8beb41
3 changed files with 65 additions and 29 deletions
|
@ -84,6 +84,10 @@ public class AutocompleteController extends VitroAjaxController {
|
|||
hasMultipleTypes = true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
//if the type parameter is null, no range is specified and individuals of any class might be returned
|
||||
//in this case, it would be useful to show the most specific type of the individual
|
||||
hasMultipleTypes = true;
|
||||
}
|
||||
|
||||
SearchQuery query = getQuery(qtxt, vreq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue