mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Make PartCategories to be filterable by name and description (#3854)
* Make PartCategories to be filterable by name and description * Bump API version
This commit is contained in:
		@@ -153,6 +153,8 @@ class CategoryList(ListCreateAPI):
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    filterset_fields = [
 | 
			
		||||
        'name',
 | 
			
		||||
        'description'
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    ordering_fields = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user