s/descendent/descendant/msg when calling getLineage
This commit is contained in:
parent
b97caae3c8
commit
f8c0cb1041
7 changed files with 9 additions and 7 deletions
|
|
@ -128,7 +128,7 @@ sub getAssetsInClipboard {
|
|||
|
||||
my $root = WebGUI::Asset->getRoot($self->session);
|
||||
return $root->getLineage(
|
||||
["descendents", ],
|
||||
["descendants", ],
|
||||
{
|
||||
statesToInclude => ["clipboard"],
|
||||
returnObjects => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue