mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Fix participant condition in list_with_period.html.twig
Updated the condition to properly handle cases where the first participation's person is not the current person.
This commit is contained in:
		| @@ -96,7 +96,7 @@ | ||||
|                     </div> | ||||
|                 {% endif %} | ||||
|  | ||||
|                 {% if acp.currentParticipations|length > 1 %} | ||||
|                 {% if acp.currentParticipations|length > 1 or (acp.currentParticipations|first).person is not same as person %} | ||||
|                     <div class="wl-row"> | ||||
|                         <div class="wl-col title"> | ||||
|                             <h3 class="participants"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user