Add filtering functionality to inventory listing and enhance templates for better data presentation
This commit is contained in:
parent
a7708ce9c5
commit
5df5f86fd2
8 changed files with 64 additions and 9 deletions
|
@ -132,7 +132,7 @@ submit_button=True) }}
|
|||
total_pages=worklog_pagination['total_pages'],
|
||||
endpoint='main.inventory_item',
|
||||
page_variable='worklog_page',
|
||||
extra_args={'id': item.id, 'worklog_page': worklog_page}
|
||||
extra_args={'id': item.id, 'worklog_page': worklog_page, 'filter_by': filter_by, 'id': id}
|
||||
) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue