Fix stale worklog table rendering by updating the table identifier from 'index' to 'worklog_entry'

This commit is contained in:
Yaro Kasear 2025-06-16 10:34:28 -05:00
parent 58754c71bd
commit 7673b4e1b6

View file

@ -18,7 +18,7 @@
{{ tables.render_table( {{ tables.render_table(
stale_worklog_headers, stale_worklog_headers,
stale_worklog_rows, stale_worklog_rows,
'index' 'worklog_entry'
)}} )}}
{{ tables.render_pagination( {{ tables.render_pagination(
'index', 'index',