fixed a display bug in asset search
added a + next to items in the asset manager that have children templates now index their namespace so you can search on that
This commit is contained in:
parent
95d03913ed
commit
6a2ba37ef1
3 changed files with 10 additions and 6 deletions
|
|
@ -251,6 +251,7 @@ Making private. See WebGUI::Asset::indexContent() for additonal details.
|
|||
sub indexContent {
|
||||
my $self = shift;
|
||||
my $indexer = $self->SUPER::indexContent;
|
||||
$indexer->addKeywords($self->get("namespace"));
|
||||
$indexer->setIsPublic(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue