Fix in Utilities.LoadBreadCrumbs that broke Inventory->Groups page.

This commit is contained in:
chouseknecht 2013-09-04 09:14:28 -04:00
parent 12a4b2346c
commit 602bf49caf

View File

@ -171,7 +171,7 @@ angular.module('Utilities',[])
break;
}
}
if ($rootScope.crumbCache[j].altPath) {
if (paths[i] == 'hosts' && $rootScope.crumbCache[j].altPath) {
$rootScope.breadcrumbs.push({ title: child, path: $rootScope.crumbCache[j].altPath });
}
else {