mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 23:51:08 +00:00
Now loading data! Still need to be bonified
This commit is contained in:
@@ -16,16 +16,10 @@
|
||||
|
||||
loadParametricPartTable(
|
||||
"#parametric-part-table",
|
||||
"{% url 'api-part-list' %}",
|
||||
{
|
||||
params: {
|
||||
{% if category %}category: {{ category.id }},
|
||||
{% else %}category: "null",
|
||||
{% endif %}
|
||||
},
|
||||
headers: {{ parameters|safe }},
|
||||
name: 'parametric',
|
||||
},
|
||||
{
|
||||
headers: {{ headers|safe }},
|
||||
data: {{ parameters|safe }},
|
||||
}
|
||||
);
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user