mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Add View/Form for creating a new PartParameterTemplate
This commit is contained in:
@@ -45,7 +45,13 @@
|
||||
|
||||
$('#param-create').click(function() {
|
||||
launchModalForm("{% url 'part-param-create' %}?part={{ part.id }}", {
|
||||
reload: true,
|
||||
reload: true,
|
||||
secondary: [{
|
||||
field: 'template',
|
||||
label: 'New Template',
|
||||
title: 'Create New Parameter Template',
|
||||
url: "{% url 'part-param-template-create' %}"
|
||||
}],
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user