From 7f5e8443672695bd8d58507e3a6907bc4c19d304 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 21 Jun 2023 16:42:10 +1000 Subject: [PATCH] Fix for loadPartTable (#5082) - Recent changes introduced a bug related to filters - Only really visible on index page --- InvenTree/templates/InvenTree/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/templates/InvenTree/index.html b/InvenTree/templates/InvenTree/index.html index 7e8526ca5e..0f8e99c312 100644 --- a/InvenTree/templates/InvenTree/index.html +++ b/InvenTree/templates/InvenTree/index.html @@ -45,7 +45,6 @@ loadSimplePartTable("#table-starred-parts", "{% url 'api-part-list' %}", { active: true, {% endif %} }, - name: 'starred_parts', }); {% endif %}