HH/apps/executive_summary
ismail 50a41f9f3c
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m13s
fix: 4 more bugs from extended URL sweep (123 pages tested)
1. /complaints/templates/ — FieldError: order_by('name_en') on ComplaintTemplate
   model which has 'name' (not 'name_en'). Fixed.
2. /executive/* (4 URLs) — NoReverseMatch: redirect('core:home') referenced a
   non-existent URL name. Fixed to redirect('/').
3. /my/ and /my/performance/ — ValueError: QIProjectTask.filter(assigned_to=user)
   passed a User to a Staff FK. Fixed to use user.staff_profile.
4. /organizations/hospitals/ — FieldError: Hospital.objects.filter(hospital=...)
   on a self-referential field that doesn't exist. Fixed to filter by pk.
2026-06-17 20:42:06 +03:00
..
2026-04-19 10:53:12 +03:00
2026-04-19 10:53:12 +03:00
2026-04-19 10:53:12 +03:00
2026-04-19 10:53:12 +03:00
2026-04-19 10:53:12 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-04-19 10:53:12 +03:00
2026-04-19 10:53:12 +03:00