mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Simple fix for category parameter settings
This commit is contained in:
parent
e5de69cd96
commit
3adf30a00c
@ -208,7 +208,11 @@ $("#new-cat-param").click(function() {
|
|||||||
|
|
||||||
launchModalForm(`/part/category/${pk}/parameters/new/`, {
|
launchModalForm(`/part/category/${pk}/parameters/new/`, {
|
||||||
success: function() {
|
success: function() {
|
||||||
$("#cat-param-table").bootstrapTable('refresh');
|
$("#cat-param-table").bootstrapTable('refresh', {
|
||||||
|
query: {
|
||||||
|
category: pk,
|
||||||
|
}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user