Merge remote-tracking branch 'origin/master' into testing

This commit is contained in:
2022-09-20 12:15:29 +02:00
33 changed files with 1377 additions and 42 deletions

View File

@@ -180,7 +180,7 @@
{% if members|length > 0 %}
<div class="flex-table list-household-members">
{% for m in members %}
{% if m.position.shareHousehold %}
{% if m.position is null or m.position.shareHousehold %}
{% include '@ChillPerson/Household/_render_member.html.twig' with {
'member': m,
'customButtons': { 'before': _self.customButtons(m, household) }