feat: override feedback author

This commit is contained in:
Björn Fromme
2024-07-23 18:09:30 +02:00
parent f3316e2392
commit 927ea33889
7 changed files with 109 additions and 11 deletions
@@ -12,6 +12,9 @@
<div class="py-4">
{{ form_row(form.teamer) }}
</div>
<div class="py-4">
{{ form_row(form.authorOverride) }}
</div>
<div class="py-4">
{{ form_row(form.feedbackSet, { 'attr': {
'hx-post': path('app_admin_feedback_provide_form'),