Merge commit '63865eb39f' into WebGUI8. up to 7.9.11
This commit is contained in:
commit
7b218942b3
72 changed files with 3085 additions and 407 deletions
|
|
@ -554,7 +554,11 @@ sub getKeywordHierarchy {
|
|||
my $datum = {
|
||||
title => $keyword, ##Note, same as keyword
|
||||
url => $self->getUrl('func=byKeyword;keyword='.$keyword),
|
||||
descendants => scalar @{ $assetKeyword->getMatchingAssets( { startAsset => $self, keyword => $keyword, }) },
|
||||
descendants => scalar @{ $assetKeyword->getMatchingAssets( {
|
||||
startAsset => $self,
|
||||
keyword => $keyword,
|
||||
sortOrder => 'Alphabetically',
|
||||
}) },
|
||||
};
|
||||
##Prevent recursion if seen again
|
||||
if (! $seen->{$keyword}++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue