Top level fix (#874)

* Fix top-level items

* Show pagination error messages

* Update release notes

* Check API version
This commit is contained in:
Oliver
2026-09-01 23:55:01 +10:00
committed by GitHub
parent 0b5c14c7ae
commit 5418a71207
6 changed files with 29 additions and 3 deletions
+3
View File
@@ -308,6 +308,9 @@ class InvenTreeAPI {
bool get supportsUserPermissions => apiVersion >= 207;
// Ref: https://github.com/inventree/InvenTree/pull/7514
bool get supportsTopLevelFiltering => apiVersion >= 209;
// Does the server support the "destination" field on the PurchaseOrder model?
// Ref: https://github.com/inventree/InvenTree/pull/8403
bool get supportsPurchaseOrderDestination => apiVersion >= 276;