rfe - Alphabetize wiki items under a keyword (#637)
This commit is contained in:
parent
b41c1639a1
commit
386bcf7ac8
1 changed files with 1 additions and 0 deletions
|
|
@ -432,6 +432,7 @@ sub www_byKeyword {
|
|||
url => $asset->getUrl,
|
||||
});
|
||||
}
|
||||
@pages = sort { lc($a->{title}) cmp lc($b->{title}) } @pages;
|
||||
my $var = {
|
||||
keyword => $keyword,
|
||||
pagesLoop => \@pages,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue