fix: called-off dispositions no longer block teamers

This commit is contained in:
Björn Fromme
2026-08-26 09:11:27 +02:00
committed by fromme
parent cc280907e5
commit f3eae5462d
8 changed files with 186 additions and 20 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
</div>
<div>
{% set application = assignment.applications.first %}
{% set disposition = assignment.dispositions.first%}
{% set disposition = assignment.activeDispositionByTeamer(teamer) %}
{% if application %}
{% if application.status == constant('App\\Entity\\Application::STATUS_REJECTED') %}
<a href="{{ path('app_teamer_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) }}"