2
0
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:
Oliver Walters
2019-05-01 07:48:46 +10:00
parent 7e7ac60a1a
commit b6becbc570
6 changed files with 114 additions and 209 deletions

View File

@ -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: