2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-18 02:08:22 +00:00

Refactor API filtering for endpoints

- Specify ContentType by ID, model or app label
This commit is contained in:
Oliver Walters
2025-11-24 23:03:31 +00:00
parent ccc3997518
commit b6c38b91e1
6 changed files with 98 additions and 18 deletions

View File

@@ -161,6 +161,9 @@ export function ParameterTable({
url: ApiEndpoints.parameter_list,
title: t`Add Parameter`,
fields: useParameterFields({ modelType, modelId }),
initialData: {
data: ''
},
table: table
});