mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Fix for loadPartTable (#5082)
- Recent changes introduced a bug related to filters - Only really visible on index page
This commit is contained in:
		@@ -45,7 +45,6 @@ loadSimplePartTable("#table-starred-parts", "{% url 'api-part-list' %}", {
 | 
			
		||||
        active: true,
 | 
			
		||||
        {% endif %}
 | 
			
		||||
    },
 | 
			
		||||
    name: 'starred_parts',
 | 
			
		||||
});
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user