mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Rework build allocation
- Each item renders as a collapsible panel with overview data at the top
This commit is contained in:
@ -72,7 +72,6 @@ class PartCreate(AjaxCreateView):
|
||||
def get_category_id(self):
|
||||
return self.request.GET.get('category', None)
|
||||
|
||||
# If a category is provided in the URL, pass that to the page context
|
||||
def get_context_data(self, **kwargs):
|
||||
""" Provide extra context information for the form to display:
|
||||
|
||||
|
Reference in New Issue
Block a user