Fix category filtering for parameteric part table (#4861)
This commit is contained in:
parent
9e77b9fc56
commit
8dc45e49cd
|
|
@ -297,9 +297,11 @@
|
|||
loadParametricPartTable(
|
||||
"#parametric-part-table",
|
||||
{
|
||||
{% if category %}
|
||||
category: {{ category.pk }},
|
||||
{% endif %}
|
||||
params: {
|
||||
{% if category %}
|
||||
category: {{ category.pk }},
|
||||
{% endif %}
|
||||
},
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue