2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +00:00

Enable filtering for "used in" table

This commit is contained in:
Oliver Walters
2021-02-23 13:23:23 +11:00
parent 791b14920a
commit 39d4ddd845
2 changed files with 4 additions and 3 deletions

View File

@ -22,12 +22,13 @@
{% block js_ready %}
{{ block.super }}
loadSimplePartTable('#used-table',
loadPartTable('#used-table',
'{% url "api-part-list" %}',
{
params: {
uses: {{ part.pk }},
}
},
filterTarget: '#filter-list-usedin',
}
);