Fix: Add dedicated process for withdrawal of applications by teamer
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{{ stimulus_action('modal-button', 'confirmation', null, {
|
||||
'title': 'Bist du sicher?',
|
||||
'content': 'Möchtest du die Bewerbing wirklich zurückziehen?',
|
||||
'target-url': path('app_teamer_application_delete', { 'uuid': application.uuid })
|
||||
'target-url': path('app_teamer_application_withdraw', { 'uuid': application.uuid })
|
||||
}) }}>
|
||||
Bewerbung zurückziehen
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user