mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	Add InvenTreePluginViewMixin to PartIndex (#4843)
This commit is contained in:
		@@ -27,7 +27,7 @@ from .models import Part, PartCategory
 | 
				
			|||||||
from .part import MakePartTemplate
 | 
					from .part import MakePartTemplate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class PartIndex(InvenTreeRoleMixin, ListView):
 | 
					class PartIndex(InvenTreeRoleMixin, InvenTreePluginViewMixin, ListView):
 | 
				
			||||||
    """View for displaying list of Part objects."""
 | 
					    """View for displaying list of Part objects."""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    model = Part
 | 
					    model = Part
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user