2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-17 17:11:09 +00:00

Improved view for creating a new part parameter

- Hide the Part input
- Reduce options based on parameters that already exist!
This commit is contained in:
Oliver Walters
2019-08-20 14:28:15 +10:00
parent c68c79ea43
commit 15a42878db
2 changed files with 42 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ part_attachment_urls = [
]
part_parameter_urls = [
url('^new/?', views.PartParameterCreate.as_view(), name='part-param-create'),
url('^new/', views.PartParameterCreate.as_view(), name='part-param-create'),
]
part_detail_urls = [