mirror of https://github.com/apache/archiva.git
autocomplete from crumb entries must preserve navigation when found an artifact
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb986eb39f
commit
661d0a5f42
|
@ -893,7 +893,7 @@ define("archiva.search",["jquery","i18n","jquery.tmpl","choosen","knockout","kno
|
|||
if (i<values.length-2)groupId+=".";
|
||||
}
|
||||
var artifactId=values[values.length-1];
|
||||
displayArtifactDetail(groupId,artifactId,self);
|
||||
goToArtifactDetail(groupId,artifactId);
|
||||
} else {
|
||||
var selectedRepo=getSelectedBrowsingRepository();
|
||||
var location ="#browse";
|
||||
|
|
Loading…
Reference in New Issue