5 Commits

Author SHA1 Message Date
e9dfd3b2a5 fix: 3 create-page bugs (missing template, bad reverse, form instance access)
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m11s
1. /complaints/templates/new/ — TemplateDoesNotExist: template_form.html was
   missing. Created a functional template form (name, category, title pattern,
   description).
2. /complaints/oncall/schedules/new/ — NoReverseMatch: redirect('dashboard')
   should be redirect('/') since the URL name 'dashboard' doesn't exist.
3. /complaints/settings/escalation-rules/new/ — RelatedObjectDoesNotExist:
   EscalationRuleForm accessed self.instance.hospital on an unsaved instance.
   Changed to self.instance.hospital_id (safe FK ID check).
2026-06-17 20:37:30 +03:00
c5f76b3855 updates
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
2026-05-11 14:45:30 +03:00
e119312a9c clean up version 2026-04-19 10:53:12 +03:00
bcb9c86541 pre dep 2026-04-09 13:46:34 +03:00
39b1dcb8c0 lots of updates 2026-02-22 08:35:53 +03:00