Search from root
This commit is contained in:
parent
5906df9ec7
commit
6a9a4bb0a0
2 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ sub www_formAssetTree {
|
|||
</style></head><body>
|
||||
<div class="base">
|
||||
<div class="crumbTrail">'.join(" > ", @crumb)."</div><br />\n";
|
||||
my $children = $base->getLineage(["children"],{returnObjects=>1});
|
||||
my $children = $base->getLineage(["children","self"],{returnObjects=>1});
|
||||
my $i18n = WebGUI::International->new($session);
|
||||
my $limit = $session->form->process("classLimiter","className");
|
||||
foreach my $child (@{$children}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue