|
|
26d20f3c36
|
fix: SurveyInstance.save() auto-sets hospital from template + deep workflow V3 tests
Build and Push Docker Image / build (push) Successful in 2m25s
Bug fix: SurveyInstance had a required hospital FK but save() didn't auto-set it
from the template. Any code path creating an instance without explicitly passing
hospital would crash with IntegrityError. Fixed save() to auto-set
hospital = survey_template.hospital when hospital_id is empty.
Deep workflow V3 (9 module groups, 11 PASS):
- Survey: instance create + public token form renders ✅
- PX Source user: complaint + inquiry create forms ✅
- Callcenter: complaint create form ✅
- Adverse action: create on complaint (HTTP 302) ✅
- Admin config: SLA config + escalation rule + threshold create ✅
- Journey template: create ✅
- Reference folder: create ✅
- Complaint template: list + detail ✅
- Physician detail: loads ✅
|
2026-06-17 21:32:38 +03:00 |
|