mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	master merged into branch
This commit is contained in:
		| @@ -17,6 +17,7 @@ and this project adheres to | ||||
| * [search]: Order of birthdate fields changed in advanced search to avoid confusion. | ||||
| * [workflow]: Constraint added to workflow (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/675) | ||||
| * [filiation]: Allow the deletion of a relationship in filiations (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/608) | ||||
| * [household]: Reposition and cut button for enfant hors menage have been deleted (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/620) | ||||
|  | ||||
| ## Test releases | ||||
|  | ||||
|   | ||||
| @@ -180,10 +180,16 @@ | ||||
|               {% if members|length > 0 %} | ||||
|                 <div class="flex-table list-household-members"> | ||||
|                   {% for m in members %} | ||||
|                     {% if m.position.shareHousehold %} | ||||
|                       {% include '@ChillPerson/Household/_render_member.html.twig' with { | ||||
|                           'member': m, | ||||
|                           'customButtons': { 'before': _self.customButtons(m, household) } | ||||
|                       } %} | ||||
|                     {% else %} | ||||
|                         {% include '@ChillPerson/Household/_render_member.html.twig' with { | ||||
|                           'member': m, | ||||
|                       } %} | ||||
|                     {% endif %} | ||||
|                   {% endfor %} | ||||
|                 </div> | ||||
|               {% else %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user