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:
@@ -161,6 +161,9 @@ export function ParameterTable({
|
||||
url: ApiEndpoints.parameter_list,
|
||||
title: t`Add Parameter`,
|
||||
fields: useParameterFields({ modelType, modelId }),
|
||||
initialData: {
|
||||
data: ''
|
||||
},
|
||||
table: table
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user