Remove 'client_not_signed' layout from questionnaire logic
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-06-06 16:35:57 +02:00
parent e5ae48c02e
commit 8fdaefe10b
5 changed files with 8 additions and 47 deletions

View File

@ -25,12 +25,11 @@
{
"id": "q2",
"_comment": "Frage nach dem Code des Coaches.",
"layout": "client_not_signed",
"textKey1": "no_consent_entered",
"textKey2": "no_consent_note",
"question": "coach_code_request",
"hint": "coach_code"
"_comment": "Client- und Coach-Code (z. B. wenn Einwilligung nicht unterschrieben).",
"layout": "client_coach_code_question",
"question": "no_consent_entered",
"hint1": "client_code",
"hint2": "coach_code"
},