Fix stale worklog table rendering by updating the table identifier from 'index' to 'worklog_entry'
This commit is contained in:
parent
58754c71bd
commit
7673b4e1b6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{{ tables.render_table(
|
||||
stale_worklog_headers,
|
||||
stale_worklog_rows,
|
||||
'index'
|
||||
'worklog_entry'
|
||||
)}}
|
||||
{{ tables.render_pagination(
|
||||
'index',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue