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:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user