From c22b1f7ef41ab835c9d934abf826ca3b263c5c4b Mon Sep 17 00:00:00 2001 From: Konrad du Plessis Date: Wed, 22 Apr 2026 16:37:55 +0200 Subject: [PATCH] Make Work History rows clickable for admins -> payroll modal Admin users get cursor:pointer + data-log-id on each row. Click opens the shared modal from base.html. Supervisors unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- core/templates/core/work_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/core/work_history.html b/core/templates/core/work_history.html index 976d32d..44a7999 100644 --- a/core/templates/core/work_history.html +++ b/core/templates/core/work_history.html @@ -439,7 +439,7 @@ {% for log in logs %} - + {{ log.date }} {{ log.project.name }}