mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix social action render
This commit is contained in:
parent
265ace0b4c
commit
3b3855089c
@ -102,6 +102,11 @@ class SocialAction
|
|||||||
return $this->parent;
|
return $this->parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function hasParent(): bool
|
||||||
|
{
|
||||||
|
return $this->getParent() instanceof self;
|
||||||
|
}
|
||||||
|
|
||||||
public function setParent(?self $parent): self
|
public function setParent(?self $parent): self
|
||||||
{
|
{
|
||||||
$this->parent = $parent;
|
$this->parent = $parent;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
</span>
|
</span>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
<span class="chill-entity__social-action__child">
|
<span class="chill-entity__social-action__child">
|
||||||
{{ socialIssue.title|localize_translatable_string }}
|
{{ socialAction.title|localize_translatable_string }}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user