Add extra filtering options for supplier parts (#868)

* Add extra filtering options for supplier parts

* Update release notes

* Allow edit of "primary" field
This commit is contained in:
Oliver
2026-08-28 21:45:16 +10:00
committed by GitHub
parent 94762fd523
commit 93a19b77f8
6 changed files with 42 additions and 0 deletions
+3
View File
@@ -326,6 +326,9 @@ class InvenTreeAPI {
// Ref: https://github.com/inventree/InvenTree/pull/10699
bool get supportsModernParameters => apiVersion >= 429;
// Does the support support the "primary" field on SupplierPart model?
bool get supportsSupplierPartPrimaryField => apiVersion >= 456;
// Does the server use the new "user/me/" endpoints?
// Ref: https://github.com/inventree/InvenTree/pull/11963
bool get supportsNewUserEndpoints => apiVersion >= 490;