mirror of
https://github.com/inventree/inventree-app.git
synced 2026-09-09 03:10:14 +00:00
Top level fix (#874)
* Fix top-level items * Show pagination error messages * Update release notes * Check API version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user