DX: fix tests to find ancestor to all SocialAction and SocialIssue

This commit is contained in:
2022-10-17 17:54:50 +02:00
parent 32ddc5465c
commit 531e05fc3a
3 changed files with 12 additions and 4 deletions

View File

@@ -389,6 +389,8 @@ class SocialAction
{
$this->parent = $parent;
$parent->addChild($this);
return $this;
}