slight bug. shouldn't have affected anything.
This commit is contained in:
parent
aafb589c1b
commit
6f056e4698
1 changed files with 1 additions and 1 deletions
|
|
@ -1164,7 +1164,7 @@ sub getLineage {
|
|||
}
|
||||
# we need to include children
|
||||
if (isIn("children",@{$relatives})) {
|
||||
push(@whereModifiers,"(parentId=".quote($self->getId).")");
|
||||
push(@whereModifiers,"(asset.parentId=".quote($self->getId).")");
|
||||
}
|
||||
# now lets add in all of the siblings in every level between ourself and the asset we wish to pedigree
|
||||
if (isIn("pedigree",@{$relatives}) && exists $rules->{assetToPedigree}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue