mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Bug fix for part category view (#3119)
This commit is contained in:
		@@ -981,7 +981,7 @@ class CategoryDetail(InvenTreeRoleMixin, InvenTreePluginViewMixin, DetailView):
 | 
			
		||||
        if category:
 | 
			
		||||
 | 
			
		||||
            # Insert "starred" information
 | 
			
		||||
            context['starred_directly'] = context['starred'] and category.is_starred_by(
 | 
			
		||||
            context['starred_directly'] = category.is_starred_by(
 | 
			
		||||
                self.request.user,
 | 
			
		||||
                include_parents=False,
 | 
			
		||||
            )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user