s/descendent/descendant/msg when calling getLineage

This commit is contained in:
Colin Kuskie 2007-03-13 19:45:38 +00:00
parent b97caae3c8
commit f8c0cb1041
7 changed files with 9 additions and 7 deletions

View file

@ -371,7 +371,7 @@ sub duplicate {
my $newCalendar = $self->SUPER::duplicate(@_);
# Duplicate the events in this calendar
my $events = $self->getLineage(["descendents"], {
my $events = $self->getLineage(["descendants"], {
returnObjects => 1,
includeOnlyClasses => ['WebGUI::Asset::Event'],
});

View file

@ -128,7 +128,7 @@ sub getAssetsInClipboard {
my $root = WebGUI::Asset->getRoot($self->session);
return $root->getLineage(
["descendents", ],
["descendants", ],
{
statesToInclude => ["clipboard"],
returnObjects => 1,

View file

@ -586,8 +586,8 @@ be useful, others may not.|,
},
'assetsToInclude' => {
message => q|An newline separated string containg the kids of assets to include in the Navigation, by relationship. Ancestors, the asset itself, siblings, descendents and/or pedigree.|,
lastUpdated => 1164841201
message => q|An newline separated string containg the kids of assets to include in the Navigation, by relationship. Ancestors, the asset itself, siblings, descendants and/or pedigree.|,
lastUpdated => 1173814820
},
'startType' => {