removed quick read
This commit is contained in:
parent
3d12d52a8e
commit
f4db3c907c
4 changed files with 10 additions and 16 deletions
|
|
@ -109,7 +109,7 @@ sub getEditForm {
|
|||
);
|
||||
} else {
|
||||
my @assetsToHide = split("\n",$self->getValue("assetsToHide"));
|
||||
my $children = $self->getLineage(["children"],{"returnQuickReadObjects"=>1, excludeClasses=>["WebGUI::Asset::Wobject::Layout"]});
|
||||
my $children = $self->getLineage(["children"],{"returnObjects"=>1, excludeClasses=>["WebGUI::Asset::Wobject::Layout"]});
|
||||
my %childIds;
|
||||
foreach my $child (@{$children}) {
|
||||
$childIds{$child->getId} = $child->getTitle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue